Recent Activity
@include('components.players.table', [
'tableId' => 'dashboard_players_table',
'fromDashboard' => true,
])
@include('components.courts.table', [
'tableId' => 'dashboard_courts_table',
'fromDashboard' => true,
])
@include('components.bookings.table', [
'tableId' => 'dashboard_bookings_table',
'fromDashboard' => true,
])
@if (Auth::user()->user_type == 'super admin')
@include('components.support-tickets.table', [
'tableId' => 'dashboard_pending_table',
'fromDashboard' => true,
])
@endif