@@ -225,8 +225,7 @@ |
||
| 225 | 225 | if ($type == 'success') { |
| 226 | 226 | session()->flash( |
| 227 | 227 | 'success', |
| 228 | - $this->isCreating ? "The category has been created successfully !" : |
|
| 229 | - "The category <b>{$this->model->title}</b> has been edited successfully !" |
|
| 228 | + $this->isCreating ? "The category has been created successfully !" : "The category <b>{$this->model->title}</b> has been edited successfully !" |
|
| 230 | 229 | ); |
| 231 | 230 | } else { |
| 232 | 231 | session()->flash('danger', "An error occurred while saving the category !"); |
@@ -225,8 +225,7 @@ |
||
| 225 | 225 | if ($type == 'success') { |
| 226 | 226 | session()->flash( |
| 227 | 227 | 'success', |
| 228 | - $this->isCreating ? "The category has been created successfully !" : |
|
| 229 | - "The category <b>{$this->model->title}</b> has been edited successfully !" |
|
| 228 | + $this->isCreating ? "The category has been created successfully !" : "The category <b>{$this->model->title}</b> has been edited successfully !" |
|
| 230 | 229 | ); |
| 231 | 230 | } else { |
| 232 | 231 | session()->flash('danger', "An error occurred while saving the category !"); |