Driver License Details

@livewire("driver-license.view-driver-license-component", ["licenseId" => $transaction->driver_license_id,'transactionPage' => true])

@lang('labels.owner')

@livewire("party.view-party-component", ["partyId" => $transaction->party->id])
@canany(['approve_transactions','reject_transactions']) @canActionWorkflow($transaction)
@if($invoiceCheck && $canUpdateInvoice) Update Invoice @else @canCollectPayment($invoice) @if(sizeOf($invoice_payment) == 0) pay @else @lang("labels.approve") @endif @else @can('approve_transactions')@endcan @can('reject_transactions')@endcan @endCanCollectPayment @endif
@endCanActionWorkflow @endcanany