{!! DebugBar::renderHead() !!}
{{__('messages.app.title')}}
{{ __('auth.login.title') }}
@csrf {{-- account --}}
{{__('auth.login.account')}}
@if($errors->has('account',ValidatorErrorBag::BAG_KEY))
{{$errors->get('account',ValidatorErrorBag::BAG_KEY)}}
@endif
{{-- password --}}
{{__('auth.login.password')}}
@if($errors->has('password',ValidatorErrorBag::BAG_KEY))
{{$errors->get('password',ValidatorErrorBag::BAG_KEY)}}
@endif
{{-- remember--}}
{{ __('auth.login.remember') }}
{{-- button --}}
{{ __('auth.login.btn_login') }}
@if($errors->count(ErrorBag::DEFAULT_NAME)) @endif
{!! DebugBar::render() !!}