@extends('frontend::layouts.master') @section('content') {{ $product['local']['name'] ?? ($product['name'] ?? '') }} {{ __('frontend::text.breadcrumb.home') }} {{ $product['name'] ?? '' }} @endsection