View Application Cancellation Details
Application Number
{{ strtoupper($appl->application_number) }}
Applicant Name
{{ strtoupper($appl->appl_name) }}
Applicant Address
{{ strtoupper($appl->complete_address) }}
Cancelled By
@if ($appl->cancelled_name <> "")
{{ strtoupper($appl->cancelled_name) }}
@elseif ($appl->updated_name <> "")
{{ strtoupper($appl->updated_name) }}
@else
N/A
@endif
Cancelled At
{{ $appl->cancelled_at ? date_format(date_create($appl->cancelled_at), "M d, Y h:i A") : date_format(date_create($appl->updated_at), "M d, Y h:i A") }}
Cancellation Reason
{{ strtoupper($appl->cancel_reason) }}