@if ($taches->count() > 0) @foreach ($taches as $key => $tache) @endforeach @else @endif
# Reference Date Type Quantité Prix unitaire Total Statut Actions
{{ $key + 1 }} {{ $tache->reference }} {{ \Carbon\Carbon::parse($tache->date)->format('d/m/y')}} {{ $tache->type }} {{ $tache->nombre }} {{ 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 archivée.