@extends('admin_panel.adminLayout') @section('content')
| Client | Telephone | Adresse | Region - Agence | Signature | |
|---|---|---|---|---|---|
| {{$c->nom }} | {{$c->telephone}} | {{$c->email}} | {{$c->adresse}} | @foreach($regions as $r) @if($r->id == $c->region_id) {{ $r->region . ' - ' . $c->agence }} @endif @endforeach |
|