source:
resources/views/layouts/auth.blade.php@
d25ba66
Last change on this file since d25ba66 was 0924b6c, checked in by , 4 years ago | |
---|---|
|
|
File size: 125 bytes |
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html> |
3 | |
4 | <head> |
5 | @include("fragments.auth.head") |
6 | </head> |
7 | |
8 | <body> |
9 | |
10 | @yield("auth_content") |
11 | |
12 | </body> |
13 | </html> |
Note:
See TracBrowser
for help on using the repository browser.