@if(str_replace('-', ' ', Request::path()) != "administration") @endif
{{ $listeTypePayements = DB::table("utilitaires")->where("type", "TYPE_PAYEMENT")->where("statut", "1")->orderby("nom")->get() }} {{ $listeEtatFinitions = DB::table("utilitaires")->where("type", "ETAT_FINITION")->where("statut", "1")->orderby("nom")->get() }}
LISTE DES SERVICES CLIENTS
@foreach($serviceClients as $serviceClient) @endforeach
CLIENT SERVICE COUT PAYEMENT ACTION
{{ DB::table("clients")->find($serviceClient->client)->nom ?? '' }} {{ $serviceClient->service ?? '' }} {{ $serviceClient->cout ?? '' }} {{ $serviceClient->etat_payement ?? '' }} @if(collect(["BOSS", "RESPONSABLE EXECUTION"])->contains(auth()->user()->role)) @endif
{{ $serviceClients->links() }}