@extends('base') @section('title', __('Shopping Bag')) @section('content')
{{__('Your shopping bag is empty. Start shopping now')}}
{{__('Start Shopping')}}
@endsection