@if(str_replace('-', ' ', Request::path()) != "administration") @endif
LISTE DES CLIENTS
@foreach($clients as $client) @endforeach
NOM TELEPHONE EMAIL ADRESSE ACTION
{{ $client->nom ?? '' }} {{ $client->telephone ?? '' }} {{ $client->email ?? '' }} {{ $client->adresse ?? '' }} @if(collect(["BOSS", "RESPONSABLE EXECUTION"])->contains(auth()->user()->role)) @endif
{{ $clients->links() }}