with(['category', 'author']) ->whereNull('publish_at') ->orderBy('created_at', 'desc') ->get([ 'id', 'title', 'slug', 'preview_text', 'content', 'status', 'authors', 'preview', 'images', 'reading_time', 'category_id', 'created_at', 'updated_at', ]); } }