@extends('layouts.posPurchageOrder.front') @section('maincontent')

Your Shopping Cart

@if (sizeof($carts) > 0) @else
Cart is empty!
@endif

Cart Summary

TOTAL MRP {{-- $homepageModel->formatCurrencyWithDecimal($totals['Payable']) --}} ₹ {{ $totals_mrp }}
Discount {{-- $homepageModel->formatCurrencyWithDecimal($totals['Payable']) --}} -₹ {{ $discounts }}
TOTAL PAYABLE {{-- $homepageModel->formatCurrencyWithDecimal($totals['Payable']) --}} ₹ {{ $totals }}
@endsection @section('extraJS')