@extends('dashboard.authBase') @section('content')
logo
logo

{{ __('Forgot Your Password') }} ?


Please enter your email to receive password reset instruction.
@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection