@if($transactionPage)
License Number
{{ $license->driver_license_number }}
Classification
{{ $license->classification }}
Issue Date
@isset($license->issue_date){{ $license->issue_date->format('d F Y') }}@endisset
Expiry Date
@isset($license->expiry_date){{ $license->expiry_date->format('d F Y') }}@endisset
Status
{{ $license->status }}
Last Renewal Date
@isset($license->renewal_date){{ $license->renewal_date->format('d F Y') }}@endisset
@else
Customer ID
{{ $license->party->party_person->legacy_dl_customer_id }}
Customer Name
party_id])}}" target="_blank">{{ $license->party->party_person->first_name.' '.$license->party->party_person->second_name.' '.$license->party->party_person->third_name.' '.$license->party->party_person->fourth_name }}
License Number
{{ $license->driver_license_number }}
Classification
@isset($classification){{ $classification }}@else{{$license->classification}}@endif @if($update_class) @endif
Issue Date
@isset($license->issue_date){{ $license->issue_date->format('d F Y') }}@endisset
Expiry Date
@isset($license->expiry_date){{ $license->expiry_date->format('d F Y') }}@endisset
Status
{{ $license->status }}
Last Renewal Date
@isset($license->renewal_date){{ $license->renewal_date->format('d F Y') }}@endisset
District
@if(isset($license->party->address->district->name)){{ $license->party->address->district->name .", ". $license->party->address->district->region->name }}@else @endif
@livewire("config.select-district-component", ["districtId" => $license->party->district_id, "embed" => "Update","key"=>false, "actionObject" => ["model" => "Modules\\Party\\Entities\\Party", "id" => $license->party_id, "address_id"=>$license->party->address->id, "field" => "district_id", "redirectUrl" => "N", ] ])
@endif
{{-- Update Class --}}