| Date |
Tailleur |
Nombre |
Montant |
Total |
Statut |
@forelse ($taches as $tache)
| {{ \Carbon\Carbon::parse($tache->date)->format('d/m/Y')}} |
{{ $tache->tailleur->first_name }} {{ $tache->tailleur->last_name }} |
{{ $tache->nombre }} {{ $tache->type }} |
{{ number_format($tache->prix, 0, '.', ' ') }} GNF |
{{ number_format($tache->total, 0, '.', ' ') }} GNF |
@if ($tache->is_paid == 1)
Payé
@else
Non payé
@endif
|
@empty
|
Aucune tâche disponible.
|
@endforelse
|
|
{{ $sum_quantity }} |
|
|
|
Montant total = {{ number_format($sum_taches, 0, '.', ' ') }} GNF
@if ($print)
@endif