{{ $productName }}
Ürün Kodu: {{ $product_code }}
{!! $productDescription !!}@if(!empty($otherProducts))
@extends('themes.'.config('site_settings.themes_dir').'.layouts.master')
@section('title')
{{ $productName }}
@endsection
@section('canonical', url()->current())
@section('content')
Ürün Kodu: {{ $product_code }}{{ $productName }}
@if(!empty($otherProducts))
Kategoriye bağlı diğer ürünler
@endif