@php $admin_settings = getAdminAllSetting(); $company_settings = getCompanyAllSetting(creatorId()); @endphp
{{ __('Billed To') }} : {{ !empty($customer->billing_name) ? $customer->billing_name : '' }} {{ !empty($customer->billing_address) ? $customer->billing_address : '' }} {{ !empty($customer->billing_city) ? $customer->billing_city . ' ,' : '' }} {{ !empty($customer->billing_state) ? $customer->billing_state . ' ,' : '' }} {{ !empty($customer->billing_zip) ? $customer->billing_zip : '' }} {{ !empty($customer->billing_country) ? $customer->billing_country : '' }}
{{ !empty($customer->billing_phone) ? $customer->billing_phone : '' }}
{{ __('Tax Number ') }} : {{ !empty($customer->tax_number) ? $customer->tax_number : '' }}
@endif{{ __('Item') }} | @elseif($invoice->invoice_module == 'taskly'){{ __('Project') }} | @elseif($invoice->invoice_module == 'childcare'){{ __('Nutritions') }} | @endif @if ($invoice->invoice_module == 'childcare'){{ __('Price') }} | @else{{ __('Description') }} | {{ __('Quantity') }} | @endif
---|---|---|---|---|---|
{{ !empty($iteam->product()) ? $iteam->product()->name : '' }} | @elseif($invoice->invoice_module == 'taskly'){{ !empty($iteam->product()) ? $iteam->product()->title : '' }} | @elseif($invoice->invoice_module == 'childcare'){{ !empty($iteam) ? $iteam->product_name : '' }} | @endif{{-- {{ !empty($iteam->description) ? $iteam->description : $iteam->product()->description }} --}} @if ($invoice->invoice_module == 'childcare') {{ $iteam->price ?? ($iteam->price ?? '') }} @else {{ $iteam->description ?? ($iteam->product()->description ?? '') }} @endif | @if ($invoice->invoice_module != 'childcare'){{ $iteam->quantity }} | @endif