operator_id = Auth::user()->ope_id ?? null; } }); } /** * 閉設フラグの表示(旧互換) */ public function getParkCloseFlagDisplay() { if ($this->park_close_flag === 1) { return '閉設'; } if ($this->park_close_flag === 0) { return '開設'; } return ''; } }