@if (Session::get('success'))
@endif
Chargement...
@forelse ($taches as $tache) @empty @endforelse
Date Tailleur Nombre Montant Total Statut
{{ \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
Aucune tâche disponible.
{{ $sum_quantity }}

Montant total = {{ number_format($sum_taches, 0, '.', ' ') }} GNF

@if ($print) @endif
{{ $taches->links() }}