Delete method with Sweet Alert in Laravel
问题 I'm testing a method using Sweet Alert, to improve the messages issued by the Javascript alert method with the laravel framework. 1 - I downloaded the files sweetalert.css and sweetalert.min.js. 2 - So I connect the files from app.blade.php <!-- Sweet Alert --> <link href="{{ asset('/dist/css/sweetalert.css') }}" rel="stylesheet"> <!-- Sweet Alert --> <script src="{{ asset('/dist/js/sweetalert.min.js') }}"></script> 3 - I created the delete button using the onclick event of Javascript and the