@extends('layouts.app') @section('content')
Global auditing window for all approved operational field counters.
Once a regional manager approves a submission, it will instantly securely populate here.
| Date | Field Agent | Exhibition Event | Sales Revenue | Visitors | Leads | Stall Media |
|---|---|---|---|---|---|---|
| {{ $report->updated_at->format('d M, Y') }} | {{ $report->user->name }} | {{ $report->exhibition->name }} {{ $report->exhibition->city }} | ₹{{ number_format($report->sales_amount, 2) }} | {{ $report->visitor_count }} | {{ $report->lead_count }} | @if($report->photo_path && is_array($report->photo_path)) @else None @endif |