@extends('layouts.admin.auth') @section('content') @if (session('status'))
{!! session('status') !!}
@endif
@csrf

Reset Password

Please enter your email address to reset the password

@if ($errors->has('email')) {{ $errors->first('email') }} @endif

Back to login
@endsection