@isset($line_items) @foreach ($line_items as $ky => $line_item) @endforeach @endisset @if($discount_value > 0) @endif
@isset($customer['company_name']) {{ $customer["company_name"] }} @endisset
@isset($billing['street_1']) {{ $billing["street_1"] }} @endisset
@isset($billing['unit_no']) {{ $billing["unit_no"] }} @endisset
@isset($billing['street_2']) {{ $billing["street_2"] }} @endisset
@isset($billing['country']['name']) {{ $billing["country"]["name"] }}    @endisset @isset($billing['zip_code']) {{ $billing["zip_code"] }} @endisset
Attn: @isset($attention) {{ $attention }} @endisset Contact no: @isset($contact_person['primary_phone']) {{ $contact_person["primary_phone"] }} @endisset
Email: @isset($contact_person['primary_email']) {{ $contact_person["primary_email"] }} @endisset
{{ $job_title }}
@isset($description) {!! nl2br(e($description)) !!} @endisset
No. Description Qty Price (SGD)
{{ $ky + 1 }}. @isset($line_item["product"]["name"]) {{$line_item["product"]["name"]}} @endisset
{!! nl2br(e($line_item["description"])) !!}
{{ $line_item["quantity"] }} {{ $line_item["quantity_type"] }} @if(($line_item['group_active'] && $line_item['group_primary']) || (!$line_item['group_active'] && !$line_item['group_primary'])) {{ \App\Helpers\Common::formatMoney($line_item["sub_total"] + $line_item["discount"]) }} @endif
Total Price:   SGD @isset($sub_total) {{\App\Helpers\Common::formatMoney($sub_total)}} @endisset
Less Discount:   SGD @isset($discount_value) {{\App\Helpers\Common::formatMoney($discount_value)}} @endisset
@if($discount_value > 0) Total Price after discount:   @else Total Price:   @endif SGD @isset($total) {{\App\Helpers\Common::formatMoney($total)}} @endisset
Notes:
@isset($client_remark) {!! $client_remark !!} @endisset