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
10
10
11
11
- Then Link those Js and css file to your layouts/app.blade
12
12
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
+ ```
23
22
24
23
- then copy components/delete.blade.php and paste it on resource/views/components folder.
25
24
@@ -34,7 +33,7 @@ Delete Sweet Alert Popup Components For Laravel Project
34
33
<x-delete >
35
34
```
36
35
37
- ```
36
+
38
37
39
38
## <a href="https://iqbalhasan.dev" target="_blank">iqbalhasan.dev</a> Sponsors
40
39
@@ -48,8 +47,3 @@ If you discover a security vulnerability within Laravel, please send an e-mail t
48
47
49
48
The iqbalhasan.dev Project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
50
49
51
- ```
52
-
53
- ```
54
-
55
- ```
You can’t perform that action at this time.
0 commit comments