@extends("design_1.web.layouts.app") @push("styles_top") @endpush @section("content") {{ trans('update.cart') }} {{ handlePrice($calculatePrices["sub_total"], true, true, false, null, true) . ' ' . trans('cart.for_items',['count' => $carts->count()]) }} {{ csrf_field() }} {{-- Items --}} {{-- CashBack --}} @if(!empty($totalCashbackAmount)) @include('design_1.web.cart.overview.includes.cashback_alert') @endif @if(!empty($userGroup) and !empty($userGroup->discount)) @include('design_1.web.cart.overview.includes.user_group_discount') @endif {{-- Items --}} @include('design_1.web.cart.overview.includes.cart_items') @if($hasPhysicalProduct) @include('design_1.web.cart.overview.includes.shipping_and_delivery') @endif {{-- Coupon --}} @include('design_1.web.cart.overview.includes.coupon') {{-- Right Side --}} {{-- Summary --}} @include('design_1.web.cart.overview.includes.summary') @endsection @push('scripts_bottom') @endpush
{{ handlePrice($calculatePrices["sub_total"], true, true, false, null, true) . ' ' . trans('cart.for_items',['count' => $carts->count()]) }}