@extends('theme-views.layouts.app')
@section('title', translate('cart_list').' | '.$web_config['name']->value.' '.translate('ecommerce'))
@section('content')
@include(VIEW_FILE_NAMES['products_cart_details_partials'])
@endsection
@push('script')
@endpush