@php($routeOrder = route('manages.helpdesk-ticket-settings.ticket-outcomes.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
Outcome Categories Count ActiveActions
{{ $row->title ?? '' }} @if(count($row->getCategory) > 0) {{ $row->getCategory->map(function($item) { return $item->category->title; })->join(', ') }} @else - @endif {{ 0 }} status == 1) ? 'checked' : '' }} switch="none" />
@if(isset($permission['edit']) && $permission['edit']) @endif @if(isset($permission['destroy']) && $permission['destroy']) {!! html()->form('DELETE', route($routePrefix . '.destroy-outcome', $row->id))->attributes([ 'style' => 'display:inline', 'id' => 'delete-form-' . $row->id, ])->open() !!} {!! html()->form()->close() !!} @endif
No Ticket Outcomes Found
@push('page_script') @endpush