{{ \Carbon\Carbon::parse($item->created_at)->setTimezone('Europe/Istanbul')->translatedFormat('d F Y') }}
{{ $blog->title }}
{!! $blog->content !!}
- Sosyal Medya: @foreach ($socials as $social)
- @if (strtolower($social->platform) === 'twitter' && strtolower($social->icon) === 'svg') {{-- Twitter için SVG ikonu --}} @else @endif @endforeach
{{ $comment->comment }}
@foreach($comment->replies as $reply){{ $reply->reply }}
{{--+ Cevapla--}}