@extends('layouts.external') @section('title') @endsection @section('header-style') @endsection @section('content')

Items In Your Cart

@if(count($cartCollection)>0)
{{ csrf_field() }} {{-- --}}
@endif

@foreach($cartCollection as $item)
{{--@json($item->attributes)--}} {{--Dummy Image--}} @if($item->attributes->file_type != "") Dummy Image @else Dummy Image @endif
{{ $item->name }}



{{ csrf_field() }} {{-- --}}
{{--@json($item)--}} @endforeach {{--
Dummy Image
Demo Product
Delete

Price: BDT 20


Dummy Image
Demo Product
Delete

Price: BDT 20

--}} @if(\Cart::getTotalQuantity()>0)

Total Product : {{ \Cart::getTotalQuantity()}}

{{--

Total Price : BDT {{ \Cart::getTotal() }}

--}}
@else

No Product(s) In Your Cart


{{-- Continue Shopping--}} @endif
@if(\Cart::getTotalQuantity()>0) Request Submit @endif Continue Shopping
@endsection @section('footer-script') @endsection