direction == 1) dir="rtl" @endif> {{-- required meta tags --}} {{-- title --}}
{{ __('Order No') . ': ' }}{{ '#' . $orderInfo->order_number }}
{{ __('Price') . ': ' }}{{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($orderInfo->amount, 2) }}{{ $position == 'right' ? ' ' . $currency : '' }}
{{ __('Payment Method') . ': ' }}{{ $orderInfo->payment_method }}
{{ __('Payment Status') . ': ' }}{{ ucfirst($orderInfo->payment_status) }}
{{ __('Email') . ': ' }}{{ $orderInfo->vendor->email }}