@extends('layouts.app') @section('content')

Manager Control Desk

Oversee field operations, monitor active allocations, and verify daily updates.

Regional Management
@if(session('success')) @endif
Assigned Events

{{ $assigned_exhibitions }} Counters

Team Force

On-Site Active

Pending Clearances

{{ $pending_reports }} Awaiting

Pending Field Reports

Review and approve daily counters submitted by ground staff.

Recent Team Operations
Live Log
@forelse($team_reporting_status as $report) @empty @endforelse
Executive Exhibition Node Sales Status
{{ $report->user->name ?? 'Field Staff' }} {{ $report->user->email ?? '' }} {{ $report->exhibition->title ?? 'Counter' }} 📍 {{ $report->exhibition->city ?? 'On-Field' }} ₹{{ number_format($report->sales_amount, 2) }} @if($report->status === 'pending') Awaiting @else Approved @endif
No recent team reports filed yet.
@endsection