- Nom
- {{ $feed->name }}
- Type
- {{ $feed->type }}
- Espèce cible
- {{ $feed->species->name ?? 'Toutes espèces' }}
- Unité
- {{ $feed->unit }}
- Prix unitaire
- {{ $feed->unit_price ? number_format($feed->unit_price, 2) . ' FCFA' : '-' }}
- Utilisé
- {{ $feed->feedings->count() }} alimentation(s)
- Enregistré le
- {{ $feed->created_at->format('d/m/Y H:i') }}
@if($feed->composition)
Composition
{{ json_encode($feed->composition, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
@endif