@extends('layouts.app') @section('title', 'Support Hub - Gletra Control') @section('content')
@include('admin.partials.sidebar')

Support Hub

Customer success & dispute resolution

Support Panel
Open Tickets

{{ $stats['open_tickets'] }}

Active requests
Pending Refunds

{{ $stats['pending_refunds'] }}

Action required
Total Orders

{{ $stats['total_orders'] }}

Platform wide
Recent Priority Tickets
View All
@foreach($recentTickets as $ticket) @endforeach
User Subject Status Action
{{ substr($ticket->user->name, 0, 1) }}
{{ $ticket->user->name }}
{{ Str::limit($ticket->subject, 30) }} {{ $ticket->status }} Handle
Recent Orders
@endsection