@extends('ecommerce::layout.layout') @section('title', __('ecommerce::ecommerce.cart.shopping_cart')) @section('content')
@include('ecommerce::pages.cart.partials.cart-content')
@endsection