@if (Cart::content()->count() != 0)
-
@foreach (\Cart::content()->toArray() as $cartitem)
-
{{ $cartitem['name'] }}
{{ $cartitem['qty'] }} x {{ $cartitem['price'] }}
@endforeach
- Total: ৳ {{ \Cart::subtotal() }}
- Cart is Empty
Menu List
-
{{-- @foreach ($menu as $item)
- {{ $item->name }} @endforeach --}}