@if ($taches->count() > 0) @foreach ($taches as $key => $tache) @endforeach @else @endif
# Date Tailleur Quantité Tâches Prix Montant total Statut
{{ $key + 1 }} {{ \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 == 0) Non payé @else Payé @endif
Aucune tâche trouvée pour cette période.
@if ($paid) @endif