@extends('frontend.layouts.app') @section('title', 'Digital Blood Hub - Forgot Password') @section('content')
@csrf @include('frontend.layouts.include.message')

FORGOT PASSWORD

@error('email')

{{ $message }}

@enderror
Have an account? Login here
@endsection @section('customJs') @endsection