$this->dispatch('alert', [
'type' => 'error',
'title' => 'Warning',
'text' => 'Shipping details are not filled for this order.'
]);
$this->dispatch('show-success-alert', [
'type' => 'Success',
'title' => 'Warning',
'text' => 'Data Saved Successfuly.'
]);
Leave a Reply