@if($discount == null)
DISCOUNT |
{{empty($app->currency) ? "GHS" : $app->currency}} 0,00 |
@else
@endif
@if($discount != null)
DISCOUNT SUBTOTAL |
{{empty($app->currency) ? "GHS" : $app->currency}}@convert($discount->amount_paid) |
@endif
@if($discount == null)
VAT EXCL. TOTAL |
{{empty($app->currency) ? "GHS" : $app->currency}}@convert(($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))) |
@else
VAT EXCL. TOTAL |
{{empty($app->currency) ? "GHS" : $app->currency}}@convert(($discount->amount_paid)/(1+($gTax) + ($mTax->vat) + ($gTax)*($mTax->vat))) |
@endif
|
@if($discount == null)
COVID LEVY 1% |
{{empty($app->currency) ? "GHS" : $app->currency}}@convert(($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) |
GETFUND LEVY 2.5% |
{{empty($app->currency) ? "GHS" : $app->currency}}@convert(($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) |
NHIL LEVY 2.5% |
{{empty($app->currency) ? "GHS" : $app->currency}}@convert(($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil) |
|
{{empty($app->currency) ? "GHS" : $app->currency}}@convert(((($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) + (($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) + (($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil)) + ($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))) |
VAT 12.5% |
{{empty($app->currency) ? "GHS" : $app->currency}} ₵@convert((((($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) + (($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) + (($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil)) + ($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))) * $mTax->vat) |
@else
COVID LEVY 1% |
{{empty($app->currency) ? "GHS" : $app->currency}}@convert(($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) |
GETFUND LEVY 2.5% |
{{empty($app->currency) ? "GHS" : $app->currency}}@convert(($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) |
NHIL LEVY 2.5% |
{{empty($app->currency) ? "GHS" : $app->currency}}@convert(($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil) |
|
{{empty($app->currency) ? "GHS" : $app->currency}}@convert(((($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) + (($total)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) + (($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil)) + ($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))) |
VAT 12.5% |
{{empty($app->currency) ? "GHS" : $app->currency}} ₵@convert((((($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->covid) + (($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->getfund) + (($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))*$mTax->nhil)) + ($discount->amount_paid)/(1+ ($gTax) + ($mTax->vat) + ($gTax*$mTax->vat))) * $mTax->vat) |
@endif
VAT INCL. TOTAL |
@if($discount == null)
{{empty($app->currency) ? "GHS" : $app->currency}}@convert($total) |
@else
{{empty($app->currency) ? "GHS" : $app->currency}}@convert($discount->amount_paid) |
@endif