@lang('linkace.login')
@csrf
@if ($errors->has('email')) @endif
@if ($errors->has('password')) @endif
{!! trans('linkace.forgot_password_link', ['reset_url' => route('password.request')]) !!}