belongsTo(Branch::class, 'branch_id'); } protected function image(): Attribute { return Attribute::make( get: fn($value) => asset($value), ); } }