Card Application

Back to applications
{{-- Summary strip --}}

{{ $cardApplication->full_name }}

Applied {{ $cardApplication->created_at->format('M j, Y \a\t g:i A') }}

{{ $cardApplication->cardTypeLabel() }} {{ $cardApplication->delivery_method->label() }}
{{-- Applicant details --}}

Applicant Details

Full Name
{{ $cardApplication->full_name }}
Gender
{{ $cardApplication->gender->label() }}
{{-- Card & delivery details --}}

Card & Delivery

Card Type
{{ $cardApplication->cardTypeLabel() }}
Delivery Method
{{ $cardApplication->delivery_method->label() }}
@if ($cardApplication->delivery_method === \App\Enums\CardDeliveryMethod::CollectFromOffice)
Pickup Location
Fintech International Pvt. Ltd., New Baneshwor, Kathmandu
@endif @if ($cardApplication->delivery_method === \App\Enums\CardDeliveryMethod::CollectionCenter)
Collection Center
{{ $cardApplication->agent?->company_name ?? '—' }}
@endif @if ($cardApplication->delivery_method === \App\Enums\CardDeliveryMethod::DeliverToMe)
Delivery Address
{{ $cardApplication->delivery_address ?? '—' }}
@endif