@extends('layouts.auth-master') @section('title', 'Forget Password - Udankhatola') @section('content')

Forget Password

@include('layouts.partials.messages')
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
Login @include('auth.partials.copy')
@endsection