@extends('layouts.app') @section('css') @endsection @section('content')
@include('layouts.includes.sms_menu')

@if ($tempId == 4) {{ __('Invoice') }} @elseif ($tempId == 5) {{ __('Quotation') }} @elseif ($tempId == 19) {{ __('POS Invoice') }} @endif

@if($tempId == 4 || $tempId == 19)
{{ __('Invoice Referance Number') }}: {invoice_reference_no}
: {order_reference_no}
{{ __('Payment ID') }}: {payment_id}
{{ __('Customer Name') }}: {customer_name}
{{ __('Payment Date') }}: {payment_date}
{{ __('Payment Method') }}: {payment_method}
{{ __('Total Amount') }}: {total_amount}
{{ __('Due Date') }}: {due_date}
{{ __('Order Date') }}: {order_date}
{{ __('Billing City') }}: {billing_city}
{{ __('Billing State') }}: {billing_state}
{{ __('Billing Zip Code') }}: {billing_zip_code}
{{ __('Billing Country') }}: {billing_country}
{{ __('Company Name') }}: {company_name}
@elseif($tempId == 5)
{{ __('Customer Name') }}: {customer_name}
{{ __('Company Name') }}: {company_name}
{{ __('Order Referance Name') }}: {order_reference_no}
{{ __('Billing Street') }}: {billing_street}
{{ __('Billing City') }}: {billing_city}
{{ __('Billing State') }}: {billing_state}
{{ __('Billing Zip Code') }}: {billing_zip_code}
{{ __('Billing Country') }}: {billing_country}
{{ __('Billing State') }}: {order_summery}
{{ __('Order Summary') }}: {quotation_short_url}
{{ __('Currency') }}: {currency}
{{ __('Total Amount') }}: {total_amount}
{{ __('Order Date') }}: {order_date}
@endif

{!! csrf_field() !!}
@php $i = 1 @endphp @foreach($languages as $key => $language) @php if($language->short_name == 'en'){continue;} @endphp
@php $i++ @endphp @endforeach
@endsection @section('js') @endsection