@include("backend.includes.flash")

{{ $transaction->service_name_slug }}

@if($transaction->status != "END") @endif @if(strtolower($transaction->service_name_slug) == 'title' || strtolower($transaction->service_name_slug) == 'titleconfirm' || strtolower($transaction->service_name_slug) == 'transfer' || strtolower($transaction->service_name_slug) == 'titlereprint') @endif @isset($invoice) @endisset @if($transaction->status =="CANCELED") @endif
@lang('workflow::labels.service') {{ $transaction->service_name_slug }}
@lang('workflow::labels.assigned_to') {{ $transaction->assigned_to_username }}
@lang('workflow::labels.current_step') {{ $transaction->currentWorkflowStep->role->name }}
@lang('labels.workflow.printer_status') @if($transaction->printed =="Y") @else @endif
@lang('labels.workflow.status') {{ $transaction->status }}
@lang('labels.invoice.invoice_status') {{ $invoice->status }} @canViewInvoice($invoice) view invoice @endCanViewInvoice @if(count($paymentDocuments)>0) | @livewire('workflow.show-payment-document-modal',['paymentDocuments' => $paymentDocuments]) @endif
@lang('labels.cancel_reason') {{ $transaction->comments }}
Loading...
@canPrintRegistration($transaction) Print Application @endcanPrintRegistration @if($transaction->status!="CANCELED") @isTransactionInProgress($transaction) @canClaimWorkflow($transaction) claim @endCanClaimWorkflow @canActionWorkflow($transaction) @canCollectPayment($invoice) @if($invoice->outstanding_balance != 0) pay @else @lang("labels.approve") @endif @else @can('approve_transactions')@lang("labels.approve")@endcan @can('reject_transactions')@lang("labels.reject")@endcan @endCanCollectPayment @endCanActionWorkflow @canReleaseWorkflow($transaction) @lang("labels.release") @endCanReleaseWorkflow @endIsTransactionInProgress() @endif @canPrintDocument($transaction) Print @hasanyrole('super admin|administrator') Force Print @endhasanyrole @endCanPrintDocument
@isDriverLicenseService ($transaction) @push ('page-scripts') @endpush @endif