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