@extends('../layout/' . layout()) @section('subhead') @translate(Support Tickets) @endsection @section('subcontent')

@translate(Support Tickets)

Ticket

All Support Ticket
@if (Auth::user()->user_type == 'Admin') @foreach ($user_tickets as $ticket) @endforeach @else @foreach ($user_tickets_spesific_user as $ticket) {{-- --}} @endforeach @endif
Ticket No. Name Type Created at Status Action

{{ $ticket->ticket_no }}

{{ $ticket->user->name }}

{{ $ticket->user->user_type }}

{{ $ticket->created_at->diffForHumans() }}

Active
@csrf

{{ $ticket->user->name }}

{{ $ticket->user->user_type }}

{{ $ticket->created_at->diffForHumans() }}

Active
@csrf
@if (Auth::user()->user_type == 'Admin')
Showing {{ supportTicketList()->firstItem() ?? '0' }} to {{ supportTicketList()->lastItem() ?? '0' }} of {{ supportTicketList()->total() }} entries
{{ supportTicketList()->links('vendor.pagination.custom') }} @endif
4.41 GB (25%) of 17 GB used Manage
Last account activity: 36 minutes ago
@endsection @section('script') @endsection