Tattoo logo
×
@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() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif

@lang('client.auth.create account')

@lang('client.auth.agree to terms') @lang('client.auth.term1') & @lang('client.auth.term2')