@extends("layouts.master") @section("content")
@can('manage-users') Ajouter @endcan
@csrf @include('users.form')
@endsection