@php use App\Models\PublicidadPagada; $publicidades = PublicidadPagada::where('status', true)->get(); @endphp @if($publicidades->count() > 0) @endif