@extends('layouts.store') @section('content')

{{ __('messages.YourCart') }}

🛒
{{ __('messages.YourCartEmpty') }}
{{ __('messages.GoToShop') }}
{{ __('messages.Product') }} {{ __('messages.Price') }} {{ __('messages.Qty') }} {{ __('messages.Total') }}
{{ __('messages.Subtotal') }} $0.00
{{ __('messages.GrandTotal') }} $0.00
{{ __('messages.ContinueShopping') }}
@endsection