@extends('layouts.app') @section('title', 'Production d\'œufs') @section('breadcrumb') @endsection @section('content')

Production d'œufs

Nouvelle collecte
@forelse($eggProductions as $ep) @empty @endforelse
Date Lot Bâtiment Quantité Cassés Catégorie Actions
{{ $ep->date->format('d/m/Y') }} {{ $ep->lot->code ?? '-' }} {{ $ep->building->name ?? '-' }} {{ number_format($ep->quantity) }} {{ $ep->broken ?? 0 }} {{ $ep->category }}
@csrf @method('DELETE')
Aucune production enregistrée.
@endsection