@extends('dashboard') @section('content')
NOUVEAU AGENT

LISTE DES AGENTS

@foreach($agents as $a) @endforeach
Nom Prenom Telephone Email Action
{{ $a->nom }} {{ $a->prenom }} {{ $a->telephone }} {{ $a->email }}   @if(Auth::user()->type == 'Super Administrateur') @endif
@endsection