@extends('themes.default.layout.master') @section("site_ayar_seo_title",$product->seo_title) @section("site_ayar_seo_keywords",$product->seo_keywords) @section("site_ayar_seo_description",$product->seo_description) @section('content')

{{$product->title}}

{{$product->short_description}}

@if(count($productCategoriesList) > 0)
{{\TransLibrary::languageTrans("product_detail_category_title")}} : @foreach($productCategoriesList as $pkey=> $productCategories) {{$productCategories["title"]}} @if(($pkey+1)!==count($productCategoriesList)) , @endif @endforeach
@endif @if($brandTitle!==null)
{{\TransLibrary::languageTrans("product_detail_brand_title")}} : {{$brandTitle}}
@endif @if(count($productFeaturesList) > 0)
@foreach($productFeaturesList as $productFeatures) @endforeach
{{\TransLibrary::languageTrans("product_detail_feature_title")}}
{{$productFeatures["title"]}} {{$productFeatures["product_feature_value"]}}
@endif
{!! $product->description !!}
@if(count($fileList) > 0)
@foreach($fileList as $file) @if($file["file_url"]!==null) @endif @endforeach
{{\TransLibrary::languageTrans("product_detail_file_center_title")}}
{{$file["title"]}} {{\TransLibrary::languageTrans("product_detail_file_center_preview_title")}}
@endif
@endsection @section('ui.javascript') @endsection