{{-- Header --}}
MFOR Logo

Local Fish Licensing System

Republic of Kiribati — Ministry of Fisheries & Ocean Resources

{{-- Body --}}
@if($recipientType === 'applicant')

Dear {{ $application->user->name }},

Your local fish license application has been successfully submitted and is now under review. Our team will assess your application and notify you of any updates.

@else

Dear {{ $recipientType === 'admin' ? 'Administrator' : 'Reviewer' }},

A new local fish license application has been submitted and requires your attention. Please log in to the system to review the application.

@endif Status: Pending Review {{-- Application Details --}}
Application ID #{{ $application->id }}
License Type {{ $application->license_type }}
Business Name {{ $application->business_name }}
Applicant Name {{ $application->user->name }}
Applicant Email {{ $application->user->email }}
Submitted At {{ $application->created_at->format('d M Y, h:i A') }}
@if($recipientType !== 'applicant') View Application → @endif

This is an automated notification from the Kiribati Local Fish Licensing System. Please do not reply to this email.

{{-- Footer --}}