source:
resources/views/layouts/auth.blade.php@
f457265
Last change on this file since f457265 was 0924b6c, checked in by , 4 years ago | |
---|---|
|
|
File size: 125 bytes |
Rev | Line | |
---|---|---|
[0924b6c] | 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.