@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'users']) @include('partials.dashboard.header')
{{$title}}
@csrf
@error('name') {{$message}} @enderror
@error('email') {{$message}} @enderror
@error('password') {{$message}} @enderror
@error('password_confirmation') {{$message}} @enderror

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