@extends('layouts.app') @section('content')
Comprehensive audit of physical retail billing and approved on-field exhibition streams.
| Event Name | Location & City | Approved Total Revenue |
|---|---|---|
| {{ $stream->exhibition->name }} | {{ $stream->exhibition->city }} | ₹{{ number_format($stream->sales_amount, 2) }} |
| No verified exhibition metrics recorded yet. | ||
| Date | Customer Name | City | Amount |
|---|---|---|---|
| {{ $bill->created_at ? $bill->created_at->format('Y-m-d') : '2026-05-14' }} | {{ $bill->name }} | {{ $bill->city }} | ₹{{ number_format($bill->bill_amount, 2) }} |
| No shop customer registrations recorded yet. | |||