@extends('admin.layouts.login_layout') @section('content')
@if (session('status'))

Email Sent!

An email with password reset link has been sent to your provided email address.

@else
{{ csrf_field() }}

Forgot Password ?

Enter your e-mail address below to reset your password.

Enter Email please.
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@endif
@endsection