@php($routeOrder = route('manages.helpdesk-ticket-settings.ticket-categories.update-order')) @if($permission['edit'] || $permission['destroy'] || $permission['manageRole']) @endif @if(isset($data) && count($data) > 0) @foreach($data as $row) @if($permission['edit'] || $permission['destroy'] || $permission['manageRole']) @endif @endforeach @else @endif
Category Outcomes Total Ticket Types ActiveActions
{{ $row->title ?? '' }} @if(count($row->getOutcome) > 0) {{ $row->getOutcome->map(function($item) { return $item->outcome->title; })->join(', ') }} @else - @endif @if(isset($row->typesMappings) && count($row->typesMappings) > 0) {{ count($row->typesMappings) }} @else 0 @endif status == 1) ? 'checked' : '' }} switch="none" />
@if(isset($permission['edit']) && $permission['edit']) @endif @if(isset($permission['destroy']) && $permission['destroy']) {!! html()->form('DELETE', route($routePrefix . '.destroy-category', $row->id))->attributes([ 'style' => 'display:inline', 'id' => 'delete-form-' . $row->id, ])->open() !!} {!! html()->form()->close() !!} @endif
No Ticket Category Found
@push('page_script') @endpush