{{ __('Purchase Invoice') }}

{{get_option('app_name')}}

{{get_option('app_email')}}

{{get_option('app_contact_number')}}

#{{$item->order->order_number}}

{{ __('Purchase Date') }} //

{{$item->created_at->format(get_option('app_date_format'))}}

{{ __('Name') }} {{ __('Purchase Date') }} {{ __('Payment Method') }} {{ __('Amount') }}
{{$item->course ? @$item->course->title : '' }} {{$item->product_id ? @$item->product->title : '' }} {{$item->consultationSlot ? @$item->consultationSlot->user->instructor->full_name : '' }} {{$item->created_at->format(get_option('app_date_format'))}} {{ucwords($item->order->payment_method)}} @if(get_currency_placement() == 'after') {{$item->unit_price}} {{ get_currency_code() }} @else {{ get_currency_code() }} {{$item->unit_price}} @endif

{{ __('We thank you for your business and continued use of') }} {{get_option('app_name')}}

Thank you from {{get_option('app_name')}} family