@extends('sitebuilder.layouts.site') @section('title', 'Blog — ' . ($site->brand_name ?? 'Astroloji Danışmanlığı')) @section('description', 'Harita yorumları, transit analizleri ve temel astroloji yazıları.') @section('content')
@if($posts->isEmpty())

Henüz yazı eklenmedi.

@else
@foreach($posts as $post) @endforeach
@endif
@endsection