@extends('admin_panel.adminLayout') @section('content')
Utilisateur | Téléphone | Type | Agence | Action | |
---|---|---|---|---|---|
{{ $u->name }} | {{ $u->telephone }} | {{ $u->email }} | @if($u->type == 1) {{ 'Administrateur' }} @else {{ 'Commercial(e)'}} @endif | @foreach($regions as $r) @if($r->id == $u->region_id) {{ $r->region . ' - ' . $u->agence }} @endif @endforeach |