where('title', $title); } public function scopePending($query) { return $query->where('status', 'pending'); } }