@extends('layouts.admin_auth') @section('title', 'Reset Password') @section('page-heading', 'Enter your email address to reset your password') @section('content')
@if (session('status')) @endif
@csrf
@endsection @section('after-page')
@if (Route::has('password.request')) Go Back To Login @endif
@endsection