@if(!empty($siteInfo->logo)) Logo @endif

{{ (!empty($orderInfo->name) ? strFilter($orderInfo->name) : $orderInfo->company) }}

Address : {{ (!empty($orderInfo->address) ? $orderInfo->address : $siteInfo->location) }}
Email : {{ (!empty($orderInfo->email) ? $orderInfo->email : "") }}
{{-- --}}
Order No : #{{ (!empty($orderInfo->order_no) ? $orderInfo->order_no : "") }}
Date : {{ !empty($orderInfo->delivery_date) ? date('d F, Y', strtotime($orderInfo->delivery_date)) : date('d F, Y') }}
Mobile : {{ (!empty($orderInfo->mobile) ? $orderInfo->mobile : "") }}
{{ strFilter($orderInfo->company) }}
@if(!empty($orderInfo->orderItem)) @foreach($orderInfo->orderItem as $key => $row) @endforeach @endif
Live URL Price Other Price Article Writing Amount
{{ $row->live_url }} ${{ round($row->url_price, 3) }} ${{ round($row->other_price, 3) }} ${{ round($row->artical, 3) }} ${{ round($row->total, 3) }}
@if(!empty($orderInfo->status)) {{ strFilter($orderInfo->status) }} @endif Subtotal ${{ round($orderInfo->subtotal, 3) }}
Service Charge ${{ round($orderInfo->service_charge, 3) }}
Tax ${{ round($orderInfo->tax, 3) }}
Discount ${{ round($orderInfo->discount, 3) }}
Total ${{ round($orderInfo->grand_total, 3) }}