Société Diaye Core Sarl

Commerce Général - Import - Export Logistique et Transport
Siège : Hamdallaye ACI 2000 Près de l’Hôtel Colonne
Rue 358 - Porte 59
Tél. : +223 64 63 97 31 / +223 77 98 22 66
RC : N°MABKO. 2024. B. 6507
Compte bancaire N°25181142901 B.O.A
Date impression : {{ now()->format('d/m/Y') }}

FICHE 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 Libellé Quantité Prix Montant (FCFA)
{{ \Carbon\Carbon::parse($expense->date)->format('d/m/Y') }} {{ $expense->type }} {{ $expense->label }} {{ $expense->quantity }} {{ number_format($expense->price, 0, '.', ' ') }} {{ number_format($expense->amount, 0, '.', ' ') }}
TOTAL GÉNÉRAL : {{ number_format($total, 0, '.', ' ') }} FCFA