@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 ?? 'N/A' }} | {{ $stream->exhibition->city ?? 'N/A' }} | ₹{{ number_format($stream->sales_amount, 2) }} |
| No verified exhibition metrics recorded yet. | ||
| Date | Invoice Code | Customer Name | City | Amount |
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($bill->purchase_date)->format('d M, Y') }} | {{ $bill->bill_number }} | {{ $bill->customer->name ?? 'N/A' }} | {{ $bill->customer->city ?? 'N/A' }} | ₹{{ number_format($bill->bill_amount, 2) }} |
| No shop customer registrations recorded yet. | ||||