@extends('shop.layout') @section('title', __('portal.shop.cart_title')) @section('content') @php $currency = $tenant->settings['currency'] ?? 'MDL'; @endphp
{{ __('portal.shop.cart_empty') }}