index
:
unict
master
Code notes from my university studies
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Year_3
/
TSDWL
/
LARAVEL
/
iBook
/
resources
/
views
/
layout.blade.php
blob: e19db999f4ed7fe0a3209d9ec431b727cbab29e8 (
plain
)
1
2
3
4
5
6
7
<!DOCTYPE html>
<
html
>
<
head
></
head
>
<
body
>
@yield('content')
</
body
>
</
html
>