@extends('site.master')
{{--@section('title', $page->translation->title)--}}
{{--@section('meta_description', $productTranslation->meta_description)--}}
@section('content')
<div class="grid-row shoppingCartContent">
@include('shop.partials.shoppingCart.content')
</div>
@endsection