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

{{ _trans('landlord.reset passowrd') }}

{{ _trans('landlord.welcome back please reset your password') }}

@csrf

@error('email')

{{ $message }}

@enderror

@error('password')

{{ $message }}

@enderror

@error('confirm_password')

{{ $message }}

@enderror

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

@endsection @section('script') {!! NoCaptcha::renderJs() !!} @endsection