| @lang('modules.customer.name') | @lang('modules.order.amount') | @lang('modules.order.paymentMethod') | @lang('modules.order.orderNumber') | @lang('app.dateTime') | @lang('app.action') |
|---|---|---|---|---|---|
| {{ $item->order->customer->name ?? '--' }} | {{ currency_format($item->amount, restaurant()->currency_id) }} | @lang('modules.order.due') | {{ $item->order->show_formatted_order_number }} | {{ $item->created_at->timezone(timezone())->format(dateFormat() . ' ' . timeFormat()) }} |
|
| @lang('messages.noPaymentFound') | |||||