Bill From:
{{-- @if(!empty($siteInfo->logo)) @else

{{ $siteInfo->site_name }}

@endif --}}

{{$siteInfo->site_name}}

Email : {{ (!empty($siteInfo->email) ? $siteInfo->email : "") }}

USA Office: {{ (!empty($siteInfo->us_location) ? $siteInfo->us_location : "") }}

BD Office : {{ (!empty($siteInfo->location) ? $siteInfo->location : "") }}

 

{{-- @if($invoiceInfo->status != 'paid') @endif --}} @if ($invoiceInfo->status == 'paid') @elseif($invoiceInfo->status == 'pending') @else @endif @if($invoiceInfo->status != 'paid') @endif
Pay Now
Paid Pending Unpaid
Invoice No : #{{ (!empty($invoiceInfo->invoice_no) ? $invoiceInfo->invoice_no : "") }}
Invoice Date : {{ !empty($invoiceInfo->created) ? date('d F, Y', strtotime($invoiceInfo->created)) : '' }}
Paid Date : {{ !empty($invoiceInfo->payment_date) ? date('d F, Y', strtotime($invoiceInfo->payment_date)) : 'Due' }}
Amount Due:
{{sprintf("$%0.2f",$invoiceInfo->grand_total)}}
 
Bill To:

{{ (!empty($invoiceInfo->customer->company_name) ? strFilter($invoiceInfo->customer->company_name) : '') }}

@if(!empty($invoiceInfo->customer->full_name))

Name : {{ (!empty($invoiceInfo->customer->full_name) ? strFilter($invoiceInfo->customer->full_name) : '') }}

@endif

Email : {{ (!empty($invoiceInfo->email) ? $invoiceInfo->email : "") }}

@if(!empty($invoiceInfo->customer->phone))

Mobile : {{ (!empty($invoiceInfo->customer->phone) ? strFilter($invoiceInfo->customer->phone) : '') }}

@endif
@if(!empty($orderList) && $orderList->isNotEmpty()) @foreach ($orderList as $key => $order ) @endforeach
Order ID Date Billing On
Live Link Total
{{ (!empty($order->order_no) ? $order->order_no : "") }} {{ !empty($order->created) ? date('d F, Y', strtotime($order->created)) : date('d F, Y') }} @if(!empty($order->orderItem)) @foreach($order->orderItem as $key => $row) @endforeach @endif
{{ $order->billType?->name }} @if(!empty($order->orderItem)) @php($itemQty = count($order->orderItem)) @for ($i = 0; $i < $itemQty; $i++) , @endfor @endif
{{ $row->live_url }} {{ sprintf("$%0.2f",$row->total) }}
Subtotal {{ sprintf("$%0.2f",$order->subtotal) }}
Service Charge {{ sprintf("$%0.2f",$order->service_charge) }}
Tax {{ sprintf("$%0.2f",$order->tax) }}
Discount {{ sprintf("$%0.2f",$order->discount) }}
Total {{ sprintf("$%0.2f",$order->grand_total) }}
@endif