This website requires JavaScript.
Explore
Help
Sign In
annika
/
urlsnail
Watch
1
Star
0
Fork
0
You've already forked urlsnail
Code
Issues
17
Pull Requests
Packages
Projects
1
Releases
Activity
e2da8b3bed
urlsnail
/
resources
/
views
/
bookmarks
/
show.blade.php
6 lines
98 B
PHP
Raw
Normal View
History
Unescape
Escape
Add an app layout and some styles
2024-05-25 12:47:48 +00:00
@
extends
(
'layouts.app'
)
@
section
(
'content'
)
Create app layout, move bookmark view into component
2024-05-25 13:59:27 +00:00
<
x
-
bookmark
:
bookmark
=
"
$bookmark
"
/>
Add an app layout and some styles
2024-05-25 12:47:48 +00:00
@
endsection
Reference in New Issue
Copy Permalink