@extends('layouts.base') @section('content') @if (session('status'))
We just sent an email to reset your password

Click on the link we've sent you to reset your password. if you have not received an email, Please check your spambox

@else
logo

Forget Your Password

Reset it using your credentials

@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{ csrf_field() }}
@endif @endsection