@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
×
Etes-vous sûr de vouloir le supprimer définitivement !
{{ csrf_field() }}
@endsection