@@ -242,8 +242,7 @@ |
||
242 | 242 | if ($type == 'success') { |
243 | 243 | session()->flash( |
244 | 244 | 'success', |
245 | - $this->isCreating ? "The role has been created successfully !" : |
|
246 | - "The role <b>{$this->model->title}</b> has been edited successfully !" |
|
245 | + $this->isCreating ? "The role has been created successfully !" : "The role <b>{$this->model->title}</b> has been edited successfully !" |
|
247 | 246 | ); |
248 | 247 | } else { |
249 | 248 | session()->flash('danger', "An error occurred while saving the role !"); |