'boolean', ]; /** * Accessor for full flag URL */ public function getFlagUrlAttribute() { return $this->flag ? asset("storage/{$this->flag}") : null; } /** * Accessor for full JSON file URL */ public function getFileUrlAttribute() { return $this->file_path ? asset("storage/{$this->file_path}") : null; } }