$index <= $currentStepIndex, 'text-gray-500 dark:text-gray-400' => $index > $currentStepIndex, ])> {{ \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