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

11 lines
131 B
PHP

<html>
<head>
<title>Bla bla</title>
</head>
<body>
{{App::environment()}}
@if(Auth::check())
logged in!
@endif
</body>
</html>