*/ protected $fillable = [ 'bulan', 'tahun', 'persentase', ]; protected $casts = [ 'id' => 'string', ]; }