Total Wallet Transactions Count: {{$wallet_trxs->count()}}
@extends(Auth::user()->extender()) @section('title'){{__('Support')}} {{ __('Tickets') }} @endsection @section('content') @include('includes.page_header_index',['title'=>__('Support Tickets'),'url'=>route('module.support.supportTicketCreate'),'icon' => $icon??'',]) {{--
| # | Status | Type | Title | Note | Open |
|---|---|---|---|---|---|
| {{$key+1}} | {{$ticket->status}} | {{$ticket->type}} | {{$ticket->title}} | {{$ticket->note}} | {{$ticket->ticket_date??''}} |