Hello fellow developers, using this package you can display sweet alerts.
composer require codingwithrk/rk-sweet-alert
<x-rk-sweet-alert/>
session()->flash('rk-alert', [
'title' => 'Are you sure?',
'text' => 'You won\'t be able to revert this!',
'icon' => 'warning',
'confirmButtonText' => 'Yes, delete it!',
'showCancelButton' => true,
'confirmButtonColor' => '#3085d6',
'cancelButtonColor' => '#d33',
]);
php artisan vendor:publish --provider="Codingwithrk\RkSweetAlert\RkSweetAlertServiceProvider" --tag="config"
This is open-sourced software licensed under the MIT license.