@extends('site.layout.master') @section('content') {!! $record->sitepage->short_text_2 !!} {!! $record->sitepage->short_text_3 !!} {!! $frontsetting->custom33 !!} {!! $frontsetting->custom34 !!} {!! $frontsetting->custom35 !!} @if(count($record->countsub) > 0) @foreach($record->countsub as $listBlog) @if($listBlog->image != "") @else @endif {{ $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
{!! $record->sitepage->short_text_3 !!}
{!! $frontsetting->custom34 !!}
{{ blog_list_short($listBlog->sitepage->short_text) }}