firefly-iii/app/views/index.blade.php
2014-06-30 07:26:38 +02:00

16 lines
183 B
PHP

<html>
<head>
<title>Bla bla</title>
</head>
<body>
{{App::environment()}}
@if(Auth::check())
logged in!
@endif
<br />
<a href="{{route('logout')}}">logout!</a>
</body>
</html>