@if(Session::has('success'))
{{Session::get('success')}}
@endif
@if(Session::has('error'))
{{Session::get('error')}}
@endif
# |
Photo |
Nom & Prénom(s) |
Sexe |
Email |
Contact |
Rôle |
Actions |
@foreach($admin_aroli as $key=>$a)
status==0)
class='bg-lightred';
@endif>
{{++$key}} |
| {{$a->firstname}} {{$a->lastname}} |
{{$a->gender}} |
{{$a->email}} |
{{$a->contact}} |
@if(!empty($a->roles))
@foreach($a->roles as $v)
@endforeach
@endif
|
|
@endforeach
# |
Photo |
Nom & Prénom(s) |
Sexe |
Email |
Contact |
Actions |
@foreach($clients as $key=>$c)
status==0)
class='bg-lightred';
@endif>
{{++$key}} |
| {{$c->firstname}} {{$c->lastname}} |
{{$c->gender}} |
{{$c->email}} |
{{$c->contact}} |
|
@endforeach
# |
Photo |
Nom & Prénom(s) |
Sexe |
Email |
Contact |
Actions |
@foreach($prospects as $key=>$p)
status==0)
class='bg-lightred';
@endif>
{{++$key}} |
| {{$p->firstname}} {{$p->lastname}} |
{{$p->gender}} |
{{$p->email}} |
{{$p->contact}} |
|
@endforeach