{{-- required meta tags --}} {{-- title --}} {{ 'Room Booking Invoice | ' . config('app.name') }} {{-- fav icon --}} @php $mb_30 = '10px'; @endphp {{-- styles --}}

{{ __('HOTEL FEATURE INVOICE') }}

{{ __('Order Date') . ':' }} {{ date_format($order->created_at, 'M d, Y') }}
{{ __('Hotel Title') . ':' }} {{ $order->hotel->hotel_contents->where('language_id', $currentLanguageInfo->id)->first()->title }}
{{ __('Days') . ':' }} {{ $order->days }}
{{ __('Paid via:') }} {{ $order->payment_method }}
{{ __('Pay amount') . ':' }} {{ $position == 'left' ? $currency . ' ' : '' }} {{ number_format($order->total, 2) }} {{ $position == 'right' ? ' ' . $currency : '' }}
{{ __('Vendor Name') }} {{ $order->vendor->username }}
{{ __('Payment Status') . ':' }} {{ $order->payment_status }}