@if (Session::get('success'))
@endif
Chargement...
@forelse ($taches as $tache) @empty @endforelse
Date Employé Nombre Prix Total
{{ \Carbon\Carbon::parse($tache->date)->format('d M, Y')}} {{ $tache->user_name }} {{ $tache->nombre }} {{ $tache->type }} @money($tache->prix, 'XOF') @money($tache->total, 'XOF')
Aucune donnée de vente disponible!
Montant total = @money($sum_taches, 'XOF')
{{ $taches->links() }}