@extends(get_view('index')) @section('title'){{ $product->content->name . ' - ' ?? '' }}@endsection @section('menu-active-products') active @endsection @section('header') @endsection @section('content') @include(get_view('components.pages.page-title'), [ 'title' => $product->content->name ?? __('Product'), 'breadcrumb_links' => [ [ 'title' => $product->category->content->name ?? __('Category'), 'url' => url('category/'.$product->category->content->url ?? '') ] ] ])
{{ $product->category->content->name ?? __('Category') }}
{{ __('Veri Bulunamadı') }}
@endif @endif @endif