{{app_name()}} {{ trans('labels.frontend.auth.register_box_title') }}
{{ Form::open(['route' => 'frontend.auth.register', 'class' => 'form-horizontal form-simple']) }}
{!! csrf_field() !!}
@if($errors->first('is_term_accept'))
@endif
{{ Form::close() }}
{{$errors->first('is_term_accept')}}
@endif
@if(config('master.captcha'))
{!! app('captcha')->display() !!}
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
{{ Form::submit(trans('labels.frontend.auth.register_button'), ['class' => 'btn btn-primary','id'=>'e_btn']) }}