{{ __('admin.support_register_hint') }}
| # | {{ __('admin.support_subject') }} | {{ __('admin.support_status') }} | {{ __('admin.support_category') }} | {{ __('admin.support_created_at') }} | {{ __('admin.support_last_reply') }} |
|---|---|---|---|---|---|
| {{ $ticket['id'] ?? '-' }} | {{ $ticket['subject'] ?? '-' }} | {{ __('admin.support_status_' . ($ticket['status'] ?? 'open')) }} | {{ __('admin.support_category_' . ($ticket['category'] ?? 'other')) }} | {{ $ticket['created_at'] ?? '-' }} | {{ $ticket['last_reply_at'] ?? '-' }} |