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