@extends('site.layout.master') @section('content')

{!! $record->sitepage->short_text_2 !!}

{!! $record->sitepage->short_text_3 !!}

{!! $frontsetting->custom33 !!}

{!! $frontsetting->custom34 !!}

@if(count($record->countsub) > 0)
@foreach($record->countsub as $listBlog)

{{ $listBlog->sitepage->title }}

@if(Session::get('locale') == "tr") {{ timeTrShort($listBlog->created_at) }} @else {{ timeEnShort($listBlog->created_at) }} @endif
@if($listBlog->sitepage->short_text != "")

{{ blog_list_short($listBlog->sitepage->short_text) }}

@endif
@endforeach
@endif @section('css') @endsection @section('js') @endsection @endsection