@extends('layouts.front-end.app') @section('title',\App\CPU\translate('My Shopping Cart')) @push('css_or_js') @endpush @section('content')
@include('layouts.front-end.partials.cart_details')
@endsection @push('script') @endpush