@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
@csrf
@error('new_password') {{ $message }} @enderror
@error('new_confirm_password') {{ $message }} @enderror
@include('tenant_layouts.footer')
@include('tenant_layouts.script')