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

LISTE DES AGENTS

@foreach($tuteurs_commercials as $tc) @endforeach
Nom Prenom Telephone Email
{{ $tc->nom }} {{ $tc->prenom }} {{ $tc->telephone }} {{ $tc->email }}
@endsection