{{ trans('front::messages.cart.edit-shopping-cart') }}
{{ trans('front::messages.cart.your-cart-empty') }}
{{ trans('front::messages.cart.you-more-products') }}
{{ trans('front::messages.cart.go-to-the-main-page') }}@extends('front::layouts.master')
@section('content')
{{ trans('front::messages.cart.your-cart-empty') }} {{ trans('front::messages.cart.you-more-products') }}
{{ trans('front::messages.cart.edit-shopping-cart') }}