@if(session()->has('success'))
{{ session('success') }}
@endif @if(session()->has('error'))
{{ session('error') }}
@endif

Nouvel achat carburant

{{ $purchase->supplier->company }}
@error('date') {{ $message }} @enderror
Produits carburant
@foreach($products as $index=>$item) @endforeach
Date * Camion * Désignation * Qté * Prix * Manquant Montant Note
Total achat

{{ number_format($totalAmount, 0, '.', ' ') }} FCFA