| Date | Staff | Order | Type | Amount | Branch |
|---|---|---|---|---|---|
| {{ $tip->date->format('M d, Y') }} | {{ $tip->staff->name ?? 'N/A' }} | @if($tip->order) #{{ $tip->order->order_number }} @else Manual Entry @endif | {{ ucfirst($tip->type) }} | {{ currency($tip->amount) }} | {{ $tip->branch->name ?? 'N/A' }} |
No tips found.
@endif