direction == 1) dir="rtl" @endif> {{-- required meta tags --}} {{-- title --}} {{ 'Service Booking Invoice | ' . config('app.name') }} {{-- fav icon --}} {{-- styles --}} @php $mb = '35px'; $width = '50%'; $ml = '18px'; $pl = '15px'; $pr = '15px'; $float = 'right'; $floatL = 'left'; @endphp

{{ __('FEATUED SERVICE INVOICE') }}

@php $position = $orderInfo->currency_text_position; $currency = $orderInfo->currency_text; @endphp
{{-- order details start --}}

{{ __('Order Details') }}

{{ __('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) }}

{{-- order details end --}} {{-- billing details start --}}

{{ __('Billing Details') }}

{{ __('Email') . ': ' }}{{ $orderInfo->vendor->email }}

{{-- billing details end --}}