@extends($activeTemplate.'layouts.master') @section('content')
@forelse($supports as $support) @empty @endforelse
@lang('Subject') @lang('Status') @lang('Priority') @lang('Last Reply') @lang('Action')
[@lang('Ticket')#{{ $support->ticket }}] {{ __($support->subject) }} @php echo $support->statusBadge; @endphp @if($support->priority == Status::PRIORITY_LOW) @lang('Low') @elseif($support->priority == Status::PRIORITY_MEDIUM) @lang('Medium') @elseif($support->priority == Status::PRIORITY_HIGH) @lang('High') @endif {{diffForHumans($support->last_reply) }} @lang('Details')
{{ __($emptyMessage) }}
@if ($supports->hasPages()) @endif
@endsection