Ads Management — Promotion Requests
| # | Business Name | Promotion Type | Amount ($) | Status | Payment Mode | Start Date | End Date | Requested Date |
|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $row->business_name }} | {{ $row->promotion_type_name ?? 'N/A' }} | {{ number_format($row->amount, 2) }} | {{ ucfirst($row->status) }} | {{ ucfirst($row->payment_mode) }} | {{ $row->start_date ?? 'N/A' }} | {{ $row->end_date ?? 'N/A' }} | {{ \Carbon\Carbon::parse($row->created_at)->format('Y-m-d H:i') }} |