@if (Session::get('success'))
{{ Session::get('success') }}
@endif @if ($taches->count() > 0) @foreach ($taches as $key => $tache) @endforeach
# Date Employé Nombre Prix Total Action
{{ $key + 1 }} {{ \Carbon\Carbon::parse($tache->date)->format('d M, Y')}} {{ $tache->user_name }} {{ $tache->nombre }} {{ $tache->type }} @money($tache->prix, 'XOF') @money($tache->total, 'XOF') @can('modifier_une_tache') @endcan @can('supprimer_une_tache') @endcan
@else

Aucun élément trouvé.

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