firefly-iii/app/views/index.blade.php

16 lines
183 B
PHP
Raw Normal View History

2014-06-28 02:57:17 -05:00
<html>
<head>
<title>Bla bla</title>
</head>
<body>
{{App::environment()}}
@if(Auth::check())
logged in!
@endif
<br />
<a href="{{route('logout')}}">logout!</a>
2014-06-28 02:57:17 -05:00
</body>
</html>