@lang('workflow::labels.service') |
{{ $transaction->service_name_slug }} |
@if($transaction->status != "END")
@lang('workflow::labels.assigned_to') |
{{ $transaction->assigned_to_username }} |
@lang('workflow::labels.current_step') |
{{ $transaction->currentWorkflowStep->role->name }} |
@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')
@lang('labels.workflow.printer_status') |
@if($transaction->printed =="Y")
@else
@endif
|
@endif
@lang('labels.workflow.status') |
{{ $transaction->status }} |
@isset($invoice)
@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
|
@endisset
@if($transaction->status == "CANCELED")
@lang('labels.cancel_reason') |
{{ $transaction->comments }} |
@endif