@extends('layouts.backend.app') @section("content")
@if(Session::has('success'))

{{Session::get('success')}}

@endif @if(Session::has('error'))

{{Session::get('error')}}

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