$this->first_name.' '.$this->last_name, 'email' => $this->email, 'role_id' => (int) $this->role_id, 'role_name' => Roles::ROLES_NAMES[$this->role_id], 'created_at' =>Carbon::parse($this->created_at)->format('d/m/Y') ]; } }