@extends('layouts.app') @section('content')
Oversee field operations, monitor active allocations, and verify daily updates.
Review and approve daily counters submitted by ground staff.
| 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. | |||