@extends('layouts.auth') @section('content')
@if(env('APP_DEMO', false))
@lang('linkace.demo_login_hint')
@endif @include('partials.alerts') @include('auth.login-form')
@endsection