BT LOGISTIQUE

Bamako, Mali
Tel : +223 00 00 00 00

Date impression : {{ now()->format('d/m/Y') }}

BON DE DÉPENSES


Informations du voyage

Référence : {{ $expense->trip->reference }} Camion : {{ $expense->trip->camion->plaque_immatriculation_tracteur ?? '-' }} / {{ $expense->trip->camion->plaque_immatriculation_equipement ?? '-' }}
Chauffeur : {{ $expense->trip->chauffeur ?? '-' }} Date départ : {{ \Carbon\Carbon::parse($expense->trip->start_date)->format('d/m/Y') }}
Date retour : {{ $expense->trip->end_date ?? '-' }} Statut : {{ $expense->trip->status }}

Liste des dépenses

@php $total = 0; @endphp @php $total = $expense->amount; @endphp
Date Type Quantité Prix Montant (FCFA)
{{ \Carbon\Carbon::parse($expense->date)->format('d/m/Y') }} {{ $expense->label }} {{ $expense->quantity }} {{ number_format($expense->price, 0, '.', ' ') }} {{ number_format($expense->amount, 0, '.', ' ') }}
TOTAL GÉNÉRAL : {{ number_format($total, 0, '.', ' ') }} FCFA