@extends('frontend.layouts.app_minimal') @section('title', app_name() . ' | ' . __('labels.frontend.auth.register_box_title')) @section('content')
{{--
--}} {{--
--}}

Graphics et al. is a tool which allows users to easily create S.T.E.M. specific artwork from a library of specialty templates and scientifically accurate graphics. Our goal is to improve scientific communication by giving everyone the power to easily create their own visual aids.

We need S.T.E.M. students, educators and researchers to test our program in the course of your work.

Tell us what works, what doesn't and what you'd like to see added

{{ html()->form('POST', route('frontend.auth.register_beta.post'))->open() }}
Free early access - 3 months free subscription - Competitions and prizes
Register your interest to become a beta tester for Graphics et al.
{{ html()->label(__('validation.attributes.frontend.first_name'))->for('first_name') }} {{ html()->text('first_name') ->class('form-control required') ->placeholder(__('validation.attributes.frontend.first_name')) ->attribute('maxlength', 191) ->required()}}
{{ html()->label(__('validation.attributes.frontend.last_name'))->for('last_name') }} {{ html()->text('last_name') ->class('form-control required') ->placeholder(__('validation.attributes.frontend.last_name')) ->attribute('maxlength', 191) }}
{{--
--}} {{--
--}} {{--
--}} {{-- {{ html()->label(__('validation.attributes.frontend.institution'))->for('institution_lookup_id') }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ html()->select('institution_lookup_id')--}} {{-- ->class('form-control')--}} {{-- ->options($institution_lookup->pluck('text', 'id'))--}} {{-- }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ html()->label(__('validation.attributes.frontend.position'))->for('position_lookup_id') }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ html()->select('position_lookup_id')--}} {{-- ->class('form-control')--}} {{-- ->options($position_lookup->pluck('text', 'id'))--}} {{-- }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ html()->label(__('validation.attributes.frontend.lab'))->for('beta_lab_data') }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ html()->text('beta_lab_data')--}} {{-- ->class('form-control')--}} {{-- ->placeholder(__('validation.attributes.frontend.lab'))--}} {{-- ->attribute('maxlength', 191)--}} {{-- }}--}} {{--
--}} {{--
--}} {{--
--}}
{{ html()->label(__('validation.attributes.frontend.email'))->for('email') }} {{ html()->email('email') ->class('form-control required') ->placeholder(__('validation.attributes.frontend.email')) ->attribute('maxlength', 191) ->required() }}
{{--
--}} {{--
--}} {{--
--}} {{-- {{ html()->label(__('validation.attributes.frontend.password'))->for('password') }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ html()->password('password')--}} {{-- ->class('form-control required')--}} {{-- ->id('password')--}} {{-- ->placeholder(__('validation.attributes.frontend.password'))--}} {{-- ->required() }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ html()->label(__('validation.attributes.frontend.password_confirmation'))->for('password_confirmation') }}--}} {{-- {{ html()->password('password_confirmation')--}} {{-- ->class('form-control required')--}} {{-- ->id('password_confirmation')--}} {{-- ->placeholder(__('validation.attributes.frontend.password_confirmation'))--}} {{-- ->required() }}--}} {{--
--}} {{--
--}} {{--
--}}
Terms and conditions
{{ form_submit(__('labels.frontend.auth.register_button'),'btn btn-block btn-success')}}
@if(config('access.captcha.registration')) {{-- {!! app('captcha')->renderCaptchaHTML() !!} --}} @endif {{ html()->form()->close() }}

Beta testing will run throughout April 2021. We will contact you prior to commencement to organise training. For any questions or to de-register your interest please contact Chris at info@graphicsetal.com

{{-- --}} @endsection @push('after-scripts') @if(config('access.captcha.registration')) {{-- {!! app('captcha')->renderPolyfill() !!} --}} {{-- @captchaScripts --}} @endif @endpush @section('dialogs') @endsection @if(config('access.captcha.registration')) {{-- {!! app('captcha')->renderFooterJS('en') !!} --}} @endif