Logo

Rapport des tâches : {{ \Carbon\Carbon::parse($start_date)->format('d/m/Y') }} au {{ \Carbon\Carbon::parse($end_date)->format('d/m/Y') }}

@foreach ($taches as $key => $tache) @endforeach
# Date Personnel Quantité Type Prix Total
{{ $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
Total {{ $quantity_sum }} {{ number_format(($taches_sum), 0, '.', ' ') }} GNF

Total en chiffre : {{ number_format(($taches_sum), 0, '.', ' ') }} GNF

Total en lettre : {{ amount_en_lettres($taches_sum) }} GNF