<img width="412" height="145" alt="Image" src="https://github.com/user-attachments/assets/1973011f-d0d4-4e4b-918f-ca06130d5048" /> `php public function getStatusScopesOptions() { foreach(Status::all() as $v) $res[$v['code']] = "<span class='select-status status-indicator' style='background:".$v['color']."'></span> ".$v['name']; return $res; } ` <img width="586" height="119" alt="Image" src="https://github.com/user-attachments/assets/65fa0b66-df6a-4bf9-8511-1a63b5522113" />