@extends('sitebuilder.layouts.site') @section('title', $post->title . ' — ' . ($site->brand_name ?? 'Astroloji Danışmanlığı')) @section('description', $post->excerpt) @section('content')
✨
@if($post->content && str_contains($post->content, '<')) {!! $post->content !!} @else @foreach(explode("\n\n", $post->content ?: $post->excerpt) as $paragraph)

{{ $paragraph }}

@endforeach @endif
🔮

{{ $site->astrologer_name }}

{{ $site->astrologer_title }}

Randevu Al
@if($otherPosts->isNotEmpty())

Diğer yazılar

@foreach($otherPosts as $other) @endforeach
@endif @endsection