@extends($activeTemplate . 'layouts.merchant') @section('content')
| @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') |