@extends('layouts.app') @section('title', 'Users') @section('third_party_stylesheets') @endsection @section('breadcrumb') @endsection @section('content')
Ajouter un utilisateur
{!! $dataTable->table() !!}
@endsection @push('page_scripts') {!! $dataTable->scripts() !!} @endpush