@extends("frontend.layout.master") @section('title', "Emart | $product->product_name") @section('meta_tags') @endsection @section("content") {{ __('Home') }} {{ $product->category->title }} {{ $product->subcategory->title }} @if(!empty($product->childcat->title)) {{ $product->childcat->title }} @endif