{{ __($pageTitle) }}

@forelse(@$tickets as $ticket) @empty @endforelse
{{ __('Support Id') }} {{ __('Customer') }} {{ __('Subject') }} {{ __('Status') }} {{ __('Created At') }} {{ __('Action') }}
{{ $ticket->support_id }} {{ @$ticket->user->fullname }} {{ $ticket->subject }} @if ($ticket->status == 1) {{ __('Closed') }} @endif @if ($ticket->status == 2) {{ __('Pending') }} @endif @if ($ticket->status == 3) {{ __('Answered') }} @endif {{ $ticket->created_at }}
{{ __('NO TICKET FOUND') }}
@if ($tickets->hasPages()) @endif