@extends('layouts.loginmaster') @section('title','Forgot Password') @section('content')

Forgot Password? 🔒

Enter your email and we'll send you instructions to reset your password

@csrf @include('admin.errors.error')
@endsection @section('scripts') @endsection