@use('app\Helpers\Helpers')
@forelse ($cartItems as $cartItem)
Warning: Undefined variable $cartItem in /home/magerapp/public_html/resources/views/backend/pos/payment-summery.blade.php on line 15
Warning: Attempt to read property "service" on null in /home/magerapp/public_html/resources/views/backend/pos/payment-summery.blade.php on line 15
Warning: Attempt to read property "taxes" on null in /home/magerapp/public_html/resources/views/backend/pos/payment-summery.blade.php on line 15
Warning: foreach() argument must be of type array|object, null given in /home/magerapp/public_html/resources/views/backend/pos/payment-summery.blade.php on line 15
Warning: Undefined variable $cartItem in /home/magerapp/public_html/resources/views/backend/pos/payment-summery.blade.php on line 19
Warning: Attempt to read property "service" on null in /home/magerapp/public_html/resources/views/backend/pos/payment-summery.blade.php on line 19
Warning: Attempt to read property "service_rate" on null in /home/magerapp/public_html/resources/views/backend/pos/payment-summery.blade.php on line 19
Warning: Undefined variable $cartItem in /home/magerapp/public_html/resources/views/backend/pos/payment-summery.blade.php on line 21
Warning: Attempt to read property "service" on null in /home/magerapp/public_html/resources/views/backend/pos/payment-summery.blade.php on line 21
Warning: Attempt to read property "service_rate" on null in /home/magerapp/public_html/resources/views/backend/pos/payment-summery.blade.php on line 21
@empty
@endforelse
- Subtotal
{{ Helpers::getDefaultCurrency()->symbol }}{{ Helpers::covertDefaultExchangeRate($subTotal) }}
- Discount
0
- Total Tax
{{ Helpers::getDefaultCurrency()->symbol }}{{ Helpers::covertDefaultExchangeRate($totalTax) }}
- Total
{{ Helpers::getDefaultCurrency()->symbol }}{{ Helpers::covertDefaultExchangeRate($total) }}