×
@lang('client.auth.continue with Google')
@lang('client.auth.or')
@if (count($errors) > 0)
{{ trans('quickadmin::auth.whoops') }}
{{ trans('quickadmin::auth.some_problems_with_input') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ csrf_field() }}
@lang('client.register.e-mail address')
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@lang('client.register.password')
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Login
{{trans('client.e-mail.forgot password')}}
@lang('client.auth.create account')
@lang('client.auth.register')
@lang('client.auth.agree to terms')
@lang('client.auth.term1')
&
@lang('client.auth.term2')