'+',2=>'-']; return $status[$data['action']]; } public function masterWorker() { return $this->hasOne(MasterWorker::class, 'id', 'worker_id'); } }