@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
empty-box

{{__('Empty Cart!')}}

{{__('Cart is empty. Go to product page and cart something.')}}

{{__('Go To Home')}}
@endsection