@include('layouts.header_links')
@include('layouts.header_menu')

Coordinator Forget Password

@csrf
{{-- Flash message for email not found --}} @if (session('emailnotfound'))
{{ session('emailnotfound') }}
@endif
@error('useremail')
{{ $message }}
@enderror
{{-- Footer Section --}} @include('layouts.footer_section') {{-- Footer Links --}} @include('layouts.footer_links')