@if(session()->has('success'))
{{ session('success') }}
@endif
@if($works->count() > 0) @foreach($works as $work) @endforeach @else @endif
Réf Date Personnel Nombre Prix Montant Commande Statut Action
{{ $work->reference }} {{ \Carbon\Carbon::parse($work->date)->format('d/m/Y') }}
{{ $work->personal->fullname }}
{{ $work->personal->contact }}
{{ $work->quantity }} {{ money($work->price) }} {{ money($work->amount) }} {{ $work->commande->reference ?? '-' }} @if ($work->status == 'Non payé') Impayé @elseif ($work->status == 'Partiel') Partiel @elseif ($work->status == 'Payé') Payé @endif
Aucun travail trouvé
{{ $works->links() }}