| @lang('cashregister::app.dateTime') | @lang('cashregister::app.type') | @lang('cashregister::app.amount') | @lang('cashregister::app.reason') |
|---|---|---|---|
| {{ $t->happened_at?->timezone(timezone())?->format('d M Y, h:i A') }} | @lang('app.' . $t->type) | {{ ($t->type==='cash_out' ? '-' : '+') . currency_format($t->amount, restaurant()->currency_id) }} | {{ $t->reason ?? '—' }} |
@lang('cashregister::app.noDataAvailable')
@endif