@extends('admin.layout') @section('title', 'Ajouter un commercial') @section('content')
@foreach ($poleRelationClients as $row) @endforeach
# Nom Prénom Email Action
{{ $row->id }} {{ $row->user->name }} {{ $row->prenom }} {{ $row->user->email }} Modifier Afficher
@endsection @section('scripts') @endsection