@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
@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
Loading...
@canPrintRegistration($transaction) print @endcanPrintRegistration @isTransactionInProgress($transaction) @canClaimWorkflow($transaction) @canCollectPayment($invoice) pay @else claim @endCanCollectPayment @endCanClaimWorkflow @canActionWorkflow($transaction) @canCollectPayment($invoice) pay @else @lang("labels.approve") @lang("labels.reject") @endCanCollectPayment @endCanActionWorkflow @canReleaseWorkflow($transaction) @lang("labels.release") @endCanReleaseWorkflow @endIsTransactionInProgress() @canPrintDocument($transaction) Print Title @hasanyrole('super admin|admin') Force Print Title @endhasanyrole @endCanPrintDocument