File tree Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,15 @@ Delete Sweet Alert Popup Components For Laravel Project
1010
1111- Then Link those Js and css file to your layouts/app.blade
1212
13- - For Css
14- ```
15- <link rel="stylesheet" href="{{ asset('plugins/sweet-alert2/sweetalert2.min.css') }}">
16- ```
17- - For Js
18- ```
19- <script src="{{asset('plugins/sweet-alert2/sweetalert2.min.js')}}"></script>
20- <script src="{{asset('js/delete.js')}}"></script>
21-
22- ```
13+ - For Css
14+ ```
15+ <link rel="stylesheet" href="{{ asset('plugins/sweet-alert2/sweetalert2.min.css') }}">
16+ ```
17+ - For Js
18+ ```
19+ <script src="{{asset('plugins/sweet-alert2/sweetalert2.min.js')}}"></script>
20+ <script src="{{asset('js/delete.js')}}"></script>
21+ ```
2322
2423- then copy components/delete.blade.php and paste it on resource/views/components folder.
2524
@@ -34,7 +33,7 @@ Delete Sweet Alert Popup Components For Laravel Project
3433 <x-delete >
3534 ```
3635
37- ```
36+
3837
3938## <a href="https://iqbalhasan.dev" target="_blank">iqbalhasan.dev</a> Sponsors
4039
@@ -48,8 +47,3 @@ If you discover a security vulnerability within Laravel, please send an e-mail t
4847
4948The iqbalhasan.dev Project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
5049
51- ```
52-
53- ```
54-
55- ```
You can’t perform that action at this time.
0 commit comments