belongsTo(Province::class,'province_id'); } // protected function name(): Attribute // { // return Attribute::make( // get: fn($value) => strtolower($value), // ); // } }