{{ __('Login') }}

{{ __('Login Here') }}

{{ __('Your personal data will be used to support your experience throughout this website, to manage access to your account.') }}

@csrf
@error('email')
{{ $errors->first('email') }}
@enderror
{!! apply_filters(BASE_FILTER_AFTER_LOGIN_OR_REGISTER_FORM, null, \Botble\Ecommerce\Models\Customer::class) !!}