@extends('layouts.master_panel') @section('title') Sub-admins @stop @section('CSS') @stop @section('JS') @stop @section('content')
Ajouter
@if(Session::has('error')) @endif @if(Session::has('success')) @endif
@foreach($admins as $adm) @endforeach
Nom et Prénom Nom d'utilisateur Email Action
{{ $adm->last_name . ' ' . $adm->first_name }} {{ $adm->username }} {{ $adm->email }} Modifier Supprimer
@stop