@extends('layout._auth') @section('body-content')
@csrf

Forgot Password ?

Enter your email to reset your password.
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($message = Session::get('success'))
{{ $message }}
@endif
Cancel
@endsection