Skip to content

Commit 802ff35

Browse files
Update readme.md
1 parent 09d7556 commit 802ff35

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

readme.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff 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
4948
The iqbalhasan.dev Project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
5049
51-
```
52-
53-
```
54-
55-
```

0 commit comments

Comments
 (0)