diff --git a/app/Views/success_mail.php b/app/Views/success_mail.php index 4272b43..e4e926b 100644 --- a/app/Views/success_mail.php +++ b/app/Views/success_mail.php @@ -1,135 +1,121 @@
-|
Credits
-
+ |
+ $ | +
|---|---|
| PST (= $pst; ?>%) | +$= round($Subtotal * $pst / 100 , 2); ?> | +
| GST (= $gst; ?>%) | +$= round($Subtotal * $gst / 100 , 2); ?> | +
| Total | +$= round( ( $Subtotal + (($Subtotal * ($gst + $pst) ) / 100) ) , 2 ); ?> | +