@extends('auth.admin.base') @section('title', 'Admin - Forgot Password') @section('content')
@if (session('status') === 'success') @endif @if ($errors->has('email')) @endif @endsection