@if(count(\Cart::getContent()) > 0) @foreach(\Cart::getContent() as $item)
  • @if($item->attributes->file_type != "") Dummy Image @else Dummy Image @endif {{-- Dummy Image--}}
    {{$item->name}} {{--
    Qty: {{$item->quantity}} --}}
    Format : {{$item->attributes->file_format_name}}
    {{--

    BDT {{ \Cart::get($item->id)->getPriceSum() }}

    --}}
  • @endforeach
  • Total : {{ \Cart::getTotal() }}
    {{ csrf_field() }}

  • CART {{--external-user.checkout--}} {{-- CHECKOUT --}}
    @else
  • Your Cart is Empty
  • @endif