@if (is_plugin_active('blog')) @php $posts = app(\Botble\Blog\Repositories\Interfaces\PostInterface::class)->advancedGet([ 'take' => $config['number_display'], 'condition' => ['status' => \Botble\Base\Enums\BaseStatusEnum::PUBLISHED, 'format_type' => 'video'], 'order_by' => ['created_at' => 'DESC'], 'with' => ['slugable'], ]); @endphp @if ($posts->count() > 0) @if ($sidebar == 'footer_sidebar')