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

{{$content->title}}

{{$content->short_description}}

@if($content->detail_image_status) @if($contentImageDefaultFull!==null)
{{$content->title}}
@endif @endif @if(count($contentFeaturesList) > 0)
@foreach($contentFeaturesList as $contentFeatures) @endforeach
{{\TransLibrary::languageTrans("content_detail_feature_title")}}
{{$contentFeatures["title"]}} {{$contentFeatures["content_feature_value"]}}
@endif
{!! $content->description !!}
@foreach($contentImages as $contentImage) @if($contentImage["image_full"]!==null) @endif @endforeach
@if(count($fileList) > 0)
@foreach($fileList as $file) @if($file["file_url"]!==null) @endif @endforeach
{{\TransLibrary::languageTrans("content_detail_file_center_title")}}
{{$file["title"]}} {{\TransLibrary::languageTrans("content_detail_file_center_preview_title")}}
@endif
@endsection @section('ui.javascript') @endsection