{{ __('user.All Supports Tickets') }}

{{ __('user.You have total :count support ticket', ['count' => $tickets->total()]) }}

{{ __('user.Filter') }}

@include('user.ticket.filter')
@if(count($tickets) > 0) @include('user.ticket.table',['tickets'=>$tickets]) @else @endif
{{ __('user.S.N') }} {{ __('user.Ticket Number') }} {{ __('user.Priority') }} {{ __('user.Subject') }} {{ __('user.Create Date') }} {{ __('user.Status') }} {{ __('user.Actions') }}

{{ __('front.No Results Found') }}

{{ __('front.We could not find any transactions matching your filters. Try adjusting your search criteria.') }}