@extends('layouts.app') @section('title', 'Applicant Dashboard') @section('content')
Welcome, {{ auth()->user()->name }}
Let's start by registering your personal information.
Personal Details
Company Details
Operation Details
Vessel Details
Submit Application
Name: {{ $profile->full_name }}
DOB: {{ $profile->date_of_birth ? $profile->date_of_birth->format('d M Y') : 'N/A' }}
Phone: {{ $profile->phone_number }}
Email: {{ $profile->email }}
Island: {{ $profile->home_island }}
Nationality: {{ $profile->nationality }}
{{ $hasCompanyDetails ? 'Information submitted' : 'Provide your company information' }}
@if($step2Locked) @elseif($hasCompanyDetails) Edit Details @else Add Company Details @endif{{ $hasOperationDetails ? 'Information submitted' : 'Describe your operations' }}
@if($step3Locked) @elseif($hasOperationDetails) Edit Details @else Add Operation Details @endif@if($step4Locked) Locked @elseif($hasVesselDetails) Information submitted @elseif($noVesselDeclared) Skipped — no vessel declared @else Register your vessels @endif
@if($step4Locked) @elseif($hasVesselDetails) Edit Details @elseif($noVesselDeclared) Add Vessel (Optional) @else Add Vessel Details @endif🔒 Steps 1 & 2 are locked.
You have an active application in progress. Personal and Company details cannot be edited. To apply for another license, click "Apply for Another License" below — this will unlock Operation Details, Vessel Details, and Submit.
📋 New License Application.
Steps 3, 4 and 5 are now active. Complete your operation and vessel details, then submit.
📋 Next Step:
Add your company details to proceed.
⚙️ Next Step:
Provide your operation details to continue.
🚢 Next Step:
Register your vessel details, or go back to Operation Details and select "No vessel" to skip.
✅ Ready to Submit!
All requirements completed. Click "Review & Submit" to submit your license application.
Note: {{ $inv->notes }}
Invoice pending: Your approved application will receive an invoice within 5 working days via email.
Business
{{ $application->business_name }}
Applicant
{{ $application->ap_full_name ?? '—' }}
Submitted
{{ $application->created_at->format('d M Y') }}
Vessel
{{ $application->vd_vessel_name ?? ($application->od_has_vessel ? '—' : 'None') }}
Awaiting Reviewer
Your application is pending for reviewer
Under Review
Your application is currently being reviewed by a reviewer and you will receive an invoice within 5 working days.
❌ Application Rejected
@if($application->rejection_reason)Reason: {{ $application->rejection_reason }}
@endifYou may delete this and submit a new application with corrected information.
⚠️ License Revoked
Reason: {{ $application->license->revoked_reason }}
Revoked on: {{ $application->license->revoked_at->format('M d, Y') }}
Reviewed by {{ $application->reviewer->name }}{{ $application->reviewed_at ? ' on '.$application->reviewed_at->format('d M Y H:i') : '' }}
@endif✓ You will receive your license within 5 working days upon application approval via email.
@elseif($application->status === 'rejected') @if($application->reviewer)Reviewed by {{ $application->reviewer->name }}{{ $application->reviewed_at ? ' on '.$application->reviewed_at->format('d M Y H:i') : '' }}
@endif✗ Your application was not approved. Please delete this application and resubmit with corrected information.
@elseif($application->status === 'revoked')⚠ Your license has been revoked by the Ministry of Fisheries. Please contact them directly for further assistance.
@elseif($application->status === 'pending') {{-- No reviewer message shown while still pending --}} @endifRepublic of Kiribati
Resources Development
P.O. Box 64, Bairiki, Tarawa, Kiribati | Tel: +686 21099 | Fax: +686 21120
Status
{{ $application->status }}
Ref: APP-{{ str_pad($application->id, 5, '0', STR_PAD_LEFT) }}
License Type: {{ strtoupper($application->license_type) }} | Date Submitted: {{ $application->created_at->format('d F Y') }} | Application No: APP-{{ str_pad($application->id, 5, '0', STR_PAD_LEFT) }}
I, the undersigned, hereby declare that the information provided in this application is true, accurate and complete to the best of my knowledge and belief. I understand that providing false or misleading information may result in the rejection of this application or revocation of any license granted.
Applicant's Signature
{{ $application->ap_full_name ?? '' }}
Date
{{ $application->created_at->format('d F Y') }}
For Official Use Only
Authorised Officer
Ministry of Fisheries and Marine Resources Development | Republic of Kiribati | Printed: {{ now()->format('d F Y H:i') }} | APP-{{ str_pad($application->id, 5, '0', STR_PAD_LEFT) }}
No applications submitted yet
Complete all steps above to submit your first license application
📋 Please review all information carefully
Make sure everything is correct before submitting.