@extends($activeTemplate . 'layouts.merchant') @section('content')
@forelse($supports as $support) @empty @include('Template::partials.empty_message') @endforelse
@lang('Ticket') @lang('Status') @lang('Priority') @lang('Last Reply') @lang('Action')
#{{ $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
{{ showDateTime($support->last_reply) }} {{ diffForHumans($support->last_reply) }}
@lang('View')
@endsection @push('breadcrumb-plugins') @lang('Open Ticket') @endpush