add error notification important feature
This commit is contained in:
@ -81,7 +81,7 @@ class Transactions extends Controller
|
||||
} else {
|
||||
$message = $response['message'];
|
||||
|
||||
flash($message)->error();
|
||||
flash($message)->error()->important();
|
||||
}
|
||||
|
||||
return response()->json($response);
|
||||
|
Reference in New Issue
Block a user