Sweet Alert Laravel

$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.'
            ]);

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *