@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'users']) @include('partials.dashboard.header')
{{$title}}
@csrf @method('put')
@error('name') {{$message}} @enderror
@error('email') {{$message}} @enderror
@if ($user->role_id !== 3)
@endif

Kembali
@include('partials.dashboard.footer', ['rich_editor' => false])