@extends('front_layouts.master') @section('title' , 'Tenancy') @section('main-content') @include('front_layouts.navbar')
@csrf

Forgot user name?

Enter your registered email address below, and we'll send you an email with your user name.
@if(session('message'))

{{ session('message') }}

@endif
@error('email') {{ $message }} @enderror
If you don't receive an email within a few minutes, check your Spam or Junk folder. Still need help? Contact support.
@include('front_layouts.footer') @endsection