@php Theme::set('pageTitle', "Login"); @endphp
@if($backgroundImage = theme_option('authentication_login_background_image'))
{{ __('Login') }}
@endif

{{ __('Welcome back') }}

@csrf

{{ __('Login') }}

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

@endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{!! apply_filters(BASE_FILTER_AFTER_LOGIN_OR_REGISTER_FORM, null, \Botble\Hotel\Models\Customer::class) !!}
{{ __('Don’t have an account?') }} {{ __('Sign up now') }}