@extends('site.master')
@section('title', 'Offerte aanvragen')
{{--@section('meta_description', $productTranslation->meta_description)--}}
@section('content')
<div class="grid-row shoppingCartContent">
@include('shop.partials.shoppingCart.content')
</div>
@endsection
@section('extra-js')
<script type="text/javascript" src="/js/shop/shop.js"></script>
@endsection