@extends('dashboard') @section('content')
NOUVEAU REPRESENTANT
LISTE DES REPRESENTANTS
@foreach($rep_clients as $rp) @endforeach
Nom
Prenom
Contact
Numero CNI/Passeport
Action
{{ $rp->nom }}
{{ $rp->prenom }}
{{ $rp->telephone }}
{{ $rp->cni_passeport }}
@if(Auth::user()->type == 'Super Administrateur')
@endif
×
Etes-vous sûr de vouloir le supprimer définitivement !
{{ csrf_field() }}
@endsection