@include('tickets::client.tickets.table-header')
@if($this->hasData()) {{ $this->table }} @else

{{ t('no_tickets_found') }}

{{ t('you_havent_submit_tickets') }}

{{ t('create_your_first_ticket') }}
@endif
@if($this->hasData())
{{ t('showing') }} {{ $this->getCurrentPageResults() }} of {{ $this->getTotalResults() }} {{ t('results') }}
{{ t('last_updated') }} {{ now()->format('M j, Y g:i A') }}
@endif
@push('styles') @endpush @push('scripts') @endpush