| Description | Qty | Cost (RM) | Total (RM) | ||
|---|---|---|---|---|---|
| {{ $index + 1}} |
{{ $service['name'] }} {!! nl2br(e($service['description'])) !!} |
{{ $service['quantity'] }} |
{{ number_format($service['cost'], 2) }} |
{{ number_format($service['total_amount'], 2) }} |
|
|
{{ $service['service_fee_name'].' ('.$service["service_fee_percentage"].'%)' }} @if( $service['service_fee_description']) {!! nl2br(e($service['service_fee_description'])) !!} @endif |
{{ number_format($service['service_fee_percentage_total'], 2) }} |
||||
|
Withholding Tax {{'('. $service['withholding_tax'] .'%)'}} |
{{ number_format($service['withholding_tax_total'], 2) }} |
| Sub Total | {{ number_format($amounts['sub_total'], 2) }} | ||
|---|---|---|---|
| Discount {{$amounts['discount_percentage'] ? $amounts['discount_percentage'].'%' : ''}} | - {{ $amounts['discount_percentage'] ? number_format($amounts['discount_percentage_amount'], 2) : number_format($amounts['discount_amount'], 2) }} | ||
| Discount Total | {{ number_format($amounts['after_discount_total'], 2) }} | ||
| Pre-Tax Total | {{ number_format($amounts['pretax_total'], 2) }} | ||
| SST {{ $amounts['tax_percentage'] ? $amounts['tax_percentage'] : 0 }}% | {{ number_format($amounts['tax_amount'], 2) }} | ||
| Grand Total | {{ number_format($amounts['grand_total'], 2) }} |
| Terms & Conditions:- {!! nl2br(e($quotations['tnc'])) !!} |
|
@if ($users['user_signature_image'])
|
||||
| On behalf of Webqlo Sdn Bhd | Client's Approval & Company Chop | |||
| {{ $users['user_signature'] }} | Name: | |||
| Date: |