@extends('layouts.auth') @section('title', 'Forgot Password') @section('content') {{--

Forgot Password

{{ csrf_field() }} @csrf @include('common.alert')
@error('client_org_email') {{ $message }} @enderror
--}}
Logo

Forgot Password

Enter your email address

{{ csrf_field() }} @csrf @include('common.alert')
@error('client_org_email') {{ $message }} @enderror
images
@endsection