@if(str_replace('-', ' ', Request::path()) != "administration") @endif
LISTE DES APPROVISIONNEMENTS
@foreach($approvisionnements as $approvisionnement) @endforeach
FOURNISSEUR MONTANT RESTE A PAYER ACTION
{{ DB::table("fournisseurs")->find($approvisionnement->fournisseur)->nom ?? '' }} {{ $approvisionnement->montant_total ?? '' }} {{ $approvisionnement->montant_restant ?? '' }} @if(collect(["BOSS", "RESPONSABLE EXECUTION"])->contains(auth()->user()->role)) @endif
{{ $approvisionnements->links() }}