{{ $res['company_name'] }}
{{ $res['invoice_number'] }}
{{ $res['currency_symbol'] }} {{ $res['total_amount'] }}
{{ $res['date_format'] }}
{{ $res['company_address1'] }}
{{ $res['company_address2'] }},
{{ $res['state_name'] }}
{{ $res['company_address3'] }}
{{ $res['company_phone'] }}
{{ $res['company_country'] }}
Company Image {{ $res['company_name'] }} ESTIMATION
{{ $res['invoice_header'] }},
BILL TO:
{{ $res['client_name'] }}
{{ $res['client_address1'] }}
{{ $res['client_address2'] }}
{{ $res['billing_state_name'] }}
{{ $res['client_address3'] }}
{{ $res['billing_country_name'] }}
TaxNumber: {{ $res['client_tax_number'] }}
Estimation No: {{ $res['invoice_number'] }}
Date: {{ $res['date_format'] }}
@if(count($res->invoice_items)>=1) @foreach($res->invoice_items as $items) @endforeach @endif
Product Name Description Quantity Rate Amount
{{$items->product_name}}
@if(!empty($items->item_description)) {{$items->item_description}} @else N/A @endif
{{round($items->item_qty)}} {{$res['currency_symbol'].' '.number_format(round($items->rate,2),2)}} {{$res['currency_symbol'].' '.number_format(round($items->item_total_amount,),2)}}
Subtotal: {{$res['currency_symbol'].' '.number_format(round($res->subtotal_amount,2),2)}}
Total: {{ $res['currency_symbol'].' '.$res['total_amount'] }}
Paid: {{ $res['currency_symbol'].' '.number_format(round($res->paid_amount,2),2) }}
Balance Due: {{ $res['currency_symbol'].' '.number_format(round((float)$res->balance_due_amount,2),2) }}
Notes :
{{ $res['invoice_comment'] }}
@if(count($res->invoice_attachments)>=1) @foreach($res->invoice_attachments as $items_attachment) @endforeach @endif
{{$items_attachment->attachment_name}}
{{ $res['invoice_footer'] }}