@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
Dashboard
/
Account
/
@csrf
Current user name
New User name
@error('username')
{{ $message }}
@enderror
Save
@include('tenant_layouts.footer')
@include('tenant_layouts.script')