source: resources/views/layouts/auth.blade.php@ ff9da8b

Last change on this file since ff9da8b was 0924b6c, checked in by Özkan İliyaz <iliyaz_96@…>, 4 years ago

initial commit

  • Property mode set to 100644
File size: 125 bytes
RevLine 
[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.