File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 99</head >
1010
1111<body class =" antialiased" >
12- <div class =" relative sm:flex sm:justify-center sm:items-center min-h-screen bg-dots-darker bg-center bg-gray-100 dark:bg-dots-lighter dark:bg-gray-900 selection:bg-red-500 selection:text-white" >
13- @if (Route:: has (' login' ) )
14- <div class =" sm:fixed sm:top-0 sm:right-0 p-6 text-right" >
15- @auth
16- <a href =" {{ url (' /home' ) } }" class =" font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500" >Home</a >
17- @else
18- <a href =" {{ route (' login' ) } }" class =" font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500" >Log in</a >
19-
20- @if (Route:: has (' register' ) )
21- <a href =" {{ route (' register' ) } }" class =" ml-4 font-semibold text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500" >Register</a >
22- @endif
23- @endauth
24- </div >
25- @endif
26- </div >
27-
28- <script src =" https://gist.github.com/sol-MSchn/c604741788a4a48ce6a4317063d2105b.js" ></script >
29-
12+ <h1 >Laravel</h1 >
3013</body >
3114
32- </html >
15+ </html >
You can’t perform that action at this time.
0 commit comments