@csrf

{{ __('Login') }}

{{ __('Please enter your email address and password') }}

@if (isset($errors) && $errors->has('confirmation'))
{!! $errors->first('confirmation') !!}

@endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{ __('Forgot password?') }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

{{ __("Don't have an account?") }} {{ __('Create one') }}

{!! apply_filters(BASE_FILTER_AFTER_LOGIN_OR_REGISTER_FORM, null, \Botble\Ecommerce\Models\Customer::class) !!}