@extends('front.layouts.main') @section('content')
  • Cart
  • Delivery type
  • Address
Cart

MY CART

@if(count($data['data']) > 0)
@foreach($data['data'] as $key => $product)
{{$product['jsonData']['data']['orderItemDetail']['productName']}}
{{$product['jsonData']['data']['orderItemDetail']['productName']}}
{{config('constants.CURRENCY_SYMBOL')." ". number_format($product['subTotal'])}}
@endforeach
SUB TOTAL : {{number_format($data['totalPrice'])}}
DELIVERY FEE : {{number_format($data['deliveryFee'])}}
VAT {{config('constants.VAT_PERCENTAGE')}}% : {{number_format($data['totalPrice'] - round(($data['totalPrice']/1.18)))}}
TOTAL : {{number_format($data['totalPrice'])}}

@if(session()->has('id')) @endif
@if(session()->has('id')) ADD MORE ITEM @if($checkTiming['isOpen']) CHECKOUT @else CHECKOUT @endif @else ADD MORE ITEMS @if($checkTiming['isOpen']) SIGNIN & CHECKOUT @else SIGNIN & CHECKOUT @endif @if($checkTiming['isOpen']) @else @endif @endif
@else

CART IS EMPTY!

@endif
@if(count($data2['products']) > 0) @else @endif @if(session()->has('id')) @endif @endsection @section('js')