@php use Illuminate\Support\Facades\Session; $currencyCode = getCurrencyCode(type: 'default'); $direction = Session::get('direction'); $lang = getDefaultLanguage(); @endphp {{ translate('invoice')}}
{{ translate('Invoice')}}
{{ translate('invoice_Date')}} : {{date('M d ,Y',strtotime($order['created_at']))}}
@php $imagePath = isset($invoiceSettings?->image) ? imagePathProcessing(imageData: $invoiceSettings?->image ,path:'company') : null; @endphp
{{getWebConfig('shop_address')}}
@if($invoiceSettings?->business_identity)
{{$invoiceSettings?->business_identity}} : {{$invoiceSettings?->business_identity_value }}
@endif @if($order['seller_is']!='admin' && isset($order['seller']) && $order['seller']->gst != null)
{{translate('GST')}} : {{ $order['seller']->gst }}
@endif