@php $supportTicket = app()->make(\App\Models\Collection\Support\SupportTicket::class); @endphp
@include('livewire.support.include.index.header.header')
@include('livewire.support.include.index.table') @include('livewire.support.include.loading') @if ($tickets->hasPages()) {{ $tickets->links() }} @endif
@push('styles') @endpush @push('scripts') @endpush