@extends('front.include.app') @section('title') Cart @endsection @section('content')

Products Cart

continue shopping

Products Cart

@if(isset($cart_data) && Cookie::get('shopping_cart')) @include('front.cart.cart-list') @else @include('front.cart.empty-cart-message') @endif
@endsection