@extends('backend.auth.master') @section('title') {{ $data['title'] }} @endsection @section('content')

{{ _trans('landlord.forgot password') }}

{{ _trans('landlord.enter your phone or email to recover your password') }}

@csrf

@error('email')

{{ $message }}

@enderror

{{ _trans('landlord.back to login') }}

@endsection