$this->alert[] = ['message'=>'Your message goes here...','type'=>'info'];
In the type
attribute you can fill info,success,warning,danger
$this->alert[] = ['message'=>'Your message goes here...','type'=>'info'];
In the type
attribute you can fill info,success,warning,danger