@php $url_show_query = request()->query('show'); @endphp
{{ str()->limit(strip_tags($post['content']), 30) }}
$post['status'] === 'published',
'text-yellow-700' => $post['status'] === 'scheduled',
])>
@if ($post['status'] === \App\Extensions\SocialMedia\System\Enums\StatusEnum::published)
{{ date('M j Y', strtotime($post->scheduled_at)) }} , {{ date('H:i', strtotime($post->scheduled_at)) }}
@php $image = 'vendor/social-media/icons/' . $post->platform?->platform . '.svg'; $image_dark_version = 'vendor/social-media/icons/' . $post->platform?->platform . '-light.svg'; @endphp