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

{{__('No Products Found!')}}

{{__('Product collection is empty. There are no products in this section.')}}

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