@lang('modules.order.orderCancelledMessage')
@else @php $steps = match($order->order_type) { 'delivery' => ['placed', 'confirmed', 'preparing', 'out_for_delivery', 'delivered'], 'pickup' => ['placed', 'confirmed', 'preparing', 'ready_for_pickup', 'delivered'], default => ['placed', 'confirmed', 'preparing', 'served'] }; $currentStepIndex = array_search($order->order_status->value, $steps); @endphp$index <= $currentStepIndex, 'text-gray-500 dark:text-gray-400' => $index > $currentStepIndex, ])> {{ __('modules.order.' . App\Enums\OrderStatus::from($status)->label()) }}
"{{ $order->tip_note }}"
@endif@lang('modules.order.' . $payment->payment_method)
{{ $payment->created_at->timezone(timezone())->translatedFormat('M d, Y h:i A') }}
@if($payment->transaction_id)@lang('modules.order.transactionId'): {{ $payment->transaction_id }}
@endif@lang('modules.order.balanceReturn'): {{ currency_format($payment->balance, $restaurant->currency_id) }}
@endif