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

{{$fileCenter->title}}

{{$fileCenter->title}}

{!! $fileCenter->description !!}

@if(count($fileList) > 0)
@foreach($fileList as $file) @if($file["file_url"]!==null) @endif @endforeach
{{\TransLibrary::languageTrans("file_center_title")}}
{{$file["title"]}} {{\TransLibrary::languageTrans("file_center_preview_title")}}
@endif
@endsection @section('ui.javascript') @endsection