@extends('backend.layouts.master') @section('title') Liste pré-inscription @endsection @section('css') @endsection @section('body') @endsection @section('content')
Comptes
@can('accounts_create') Ajouter @endcan
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
Nombre de lignes filtrées :
Actions Prénom Nom Email @ Téléphone Domaine Spécialté Mode Gouvernorat Pays
{{-- Toast notification --}}
@endsection @section('scripts') @endsection