@extends('layouts.guest') @section('title', __('auth.login')) @section('container')
@if(config('demo.enabled')) @endif
@include('layouts.session')
{{ app('site')['name'] }}

{{ __('auth.login_to_account') }}

{{-- CSRF Protection --}} @csrf @method('POST')
@if(false)

{{ __('auth.dont_have_account') }}

@endif
Version: {{ getAppVersion() }}
@include('auth.demo-login')
@endsection @section('js') @if(config('demo.enabled')) @endif @endsection