@if($level === 'unit') Unit Level Approval @elseif($level === 'lga') LGA Level Approval @else Final State Approval – Membership Confirmed @endif
Dear {{ $registration->first_name }} {{ $registration->last_name }},
@if($level === 'unit')Your registration has been approved at the unit level. Your application has now been forwarded to the LGA for the next stage of review.
@elseif($level === 'lga')Your registration has been approved at the LGA level. Your application has now been forwarded to the State for final review.
@elseCongratulations! Your registration has been fully approved by the State. You are now an official member of the AnneWatt Transport Association, Edo State.
@endif| Full Name | {{ $registration->first_name }} {{ $registration->last_name }} |
| Phone | {{ $registration->phone }} |
| Vehicle Type | {{ ucfirst($registration->vehicle_type) }} |
| Plate Number | {{ $registration->plate_number }} |
| Approval Stage | @if($level === 'unit') Unit Approved @elseif($level === 'lga') LGA Approved @else State Approved @endif |
Please visit your unit office to collect your membership card and sticker.
@elseYou will receive another notification once the next review stage is completed.
@endifThank you,
AnneWatt Administration