@extends('site.layouts.sub') @section('content')
Zen Real Estate Insights

{{ __('site.blog') }}

Explore expert guidance, market updates, and practical advice about buying, investing, and living in Istanbul.

@if($posts->count())
@foreach($posts as $post) @php $postImage = asset('assets/img/slide1.jpeg'); if ($post->hasMedia('post')) { $postImage = $post->getMedia('post')->first()->getFullUrl('blog'); } $postExcerpt = strip_tags($post->brief ?? $post->description ?? $post->content ?? ''); $postExcerpt = \Illuminate\Support\Str::limit(trim($postExcerpt), 135); @endphp @endforeach
{!! $posts->links() !!}
@else

No blog posts available yet.

Please check back soon for new Istanbul real estate insights.

@endif
@stop