| {{ __('Nom') }} | {{ __('Sexe') }} | {{ __('Race / Couleur') }} | {{ __('Date de prise en charge') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $lapin->nom ?? __('Sans nom') }} | {{ $lapin->sexe ?? '—' }} |
{{ $lapin->race_robe ?? '—' }}
@if ($lapin->soins_particuliers)
{{ \Illuminate\Support\Str::limit($lapin->soins_particuliers, 40) }}
@endif
|
{{ $lapin->date_prise_en_charge ?? '—' }} | |
| {{ __('Aucun lapin enregistré pour le moment.') }} | ||||