@extends('store.themes.modern-coffee-shop.layouts.app') @section('title', __('Shopping Cart')) @section('content')

{{ __('Shopping Cart') }}

{{ __('Order Summary') }}

{{ __('Subtotal') }}
{{ __('Shipping') }} {{ __('Free') }}
{{ __('Total') }}
{{ __('Proceed to Checkout') }}
@endsection