belongsTo(Kecamatan::class, 'id_kecamatan', 'id'); } public static function getDataByYear($year) { return static::where('tahun', $year)->get(); } }