Uthhanecom Cart Page

@include('layouts.header')
@if ($cart_data != null) @foreach ($cart_data as $cart) @if($Baazar) @else @endif @else @endif @endforeach @else @endif
Product Price Quantity Subtotal
{{ $cart['name'] }} {{ round(($cart['price'])-(($cart['price'])*5/100)) }}{{ $cart['price'] }}
@if($Baazar) {{round((($cart['price'])-(($cart['price'])*5/100))* $cart['qty']) }} {{ $cart['price'] * $cart['qty'] }}
@include('layouts.footer')
@include('layouts.sticky-footer') @include('layouts.mobile-menu')