| ID | Branch | Cashier | Opened At | Action |
|---|---|---|---|---|
| #{{ $s->id }} | {{ $s->branch?->name ?? 'N/A' }} | {{ $s->cashier?->name ?? 'N/A' }} | {{ optional($s->opened_at)->timezone(timezone())->format('d M Y, h:i A') }} |
Generated: {{ $reportData['generated_at']->timezone(timezone())->format('d M Y, h:i A') }}
Branch: {{ $reportData['session']->branch?->name ?? 'N/A' }}
Register: {{ $reportData['session']->register->name ?? 'N/A' }}
Cashier: {{ $reportData['session']->cashier->name ?? 'N/A' }}
| Metric | Amount |
|---|---|
| Opening Float | {{ currency_format($reportData['opening_float'], restaurant()->currency_id) }} |
| Cash Sales | {{ currency_format($reportData['cash_sales'], restaurant()->currency_id) }} |
| Change Given | -{{ currency_format($reportData['change_given'], restaurant()->currency_id) }} |
| Cash-In | {{ currency_format($reportData['cash_in'], restaurant()->currency_id) }} |
| Cash-Out | -{{ currency_format($reportData['cash_out'], restaurant()->currency_id) }} |
| Safe Drops | -{{ currency_format($reportData['safe_drops'], restaurant()->currency_id) }} |
| Refunds (Cash) | -{{ currency_format($reportData['refunds'], restaurant()->currency_id) }} |
| Expected Drawer Cash | {{ currency_format($reportData['expected_cash'], restaurant()->currency_id) }} |
Session Status: @lang('app.' . $reportData['session']->status)
Shift: {{ $reportData['session']->opened_at->timezone(timezone())->format('d M Y, h:i A') }} - {{ $reportData['session']->closed_at ? $reportData['session']->closed_at->timezone(timezone())->format('d M Y, h:i A') : 'Ongoing' }}
No cash register sessions found for the selected criteria.