@extends('layouts.app') @section('content')
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

Login

{{-- imprint and privacy policy --}}
@if (config('SETTINGS::SYSTEM:SHOW_IMPRINT') == "true") {{ __('Imprint') }} | @endif @if (config('SETTINGS::SYSTEM:SHOW_PRIVACY') == "true") {{ __('Privacy') }} @endif @if (config('SETTINGS::SYSTEM:SHOW_TOS') == "true") | {{ __('Terms of Service') }} @endif
@endsection