Driver License Details @if(!$verified && Auth::user()->hasRole("dl-verification"))@endif

@if($driverLicense != null) @if($driverLicense->reprint_date != NULL) @endif
Customer Id {{ $party->partyable->legacy_dl_customer_id }}
Driver License No {{ $driverLicense->driver_license_number }}
Classification {{ $driverLicense->classification }}
Issued Date @date($driverLicense->issue_date)
Expiry Date @date($driverLicense->expiry_date)
Legacy Transaction Id {{ $driverLicense->legacy_transaction_id }}
Last Reprint Date @date($driverLicense->reprint_date)
@else Either the transaction is old or transaction is corrputed, redo the process @endif
@if ($showModal) @endif