AnneWatt Transport Association

@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.

@else

Congratulations! 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
@if($level === 'state')
Membership Number
{{ $registration->member?->membership_number ?? 'Pending' }}
@if($registration->park_number)
Park No: {{ $registration->park_number }}
@endif

Please visit your unit office to collect your membership card and sticker.

@else

You will receive another notification once the next review stage is completed.

@endif

Thank you,
AnneWatt Administration