@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
Dashboard
/
Account
/
@csrf
New Password
@error('new_password')
{{ $message }}
@enderror
Re-enter Password
@error('new_confirm_password')
{{ $message }}
@enderror
Save
@include('tenant_layouts.footer')
@include('tenant_layouts.script')