| {{$contract_title}} | ||
|---|---|---|
| BILL FROM | BILL TO | Contract # {{$contract->barcode}} |
| {{$entity->name}} | {{$customer->company_name}} | Start Date: {{$contract->date}} |
| {{$entity->unit_no}}, {{$entity->street_1}} | {{$billing->unit_no}}, {{$billing->street_1}} | End Date: {{$contract->open_till}} |
| {{$entity->street_2}} {{$entity->zip_code}} | {{$billing->street_2}} {{$billing->zip_code}} | No. of Services: {{$contract->sent_date}} |
| {{$entity->contact_no}} | {{$contact_person->primary_phone}} |
| S. No. | Equipment | Serial No. | Model | Location |
|---|---|---|---|---|
| {{ $tkey + 1 }}. | {{ $line_item->equipment_name }} | {{ $line_item->equipment_serial_no }} | {{ $line_item->equipment_model }} | {{ $line_item->equipment_location }} |
| S. No. | Product/Service | Price | QTY | Amount |
|---|---|---|---|---|
| {{ $tkey + 1 }}. | {{ $line_item->name }} | $ {{ \App\Helpers\Common::formatMoney($line_item->rate) }} | {{ $line_item->quantity }} | $ {{ \App\Helpers\Common::formatMoney($line_item->total) }} |
| Sub Total | $ {{\App\Helpers\Common::formatMoney($contract->sub_total)}} | |||
| GST @ {{$contract->tax_value}} % | $ {{\App\Helpers\Common::formatMoney($contract->tax_amount)}} | |||
| Discount | $ {{\App\Helpers\Common::formatMoney($contract->discount_amount)}} | |||
| Adjusment | $ {{\App\Helpers\Common::formatMoney($contract->adjustment)}} | |||
| Grand Total | $ {{\App\Helpers\Common::formatMoney($contract->total)}} | |||
| Terms and Conditions: | |
|---|---|
| {!! $contract->term_conditions !!} | |
| Thank you for your business! |