image); }); } protected function operationalHour(): Attribute { return Attribute::make(get: function () { return $this->open_hour . ' - ' . $this->close_hour; }); } }