@extends('agent.layout.auth') @section('content')

Forgot Password

Forgot your password? Don't worry, send us your registered email id and we will send you steps to reset you password.

{{csrf_field()}}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
Cancel
@section('js') @endsection @endsection