@extends('layouts.auth-register') @push('head-script') @endpush @section('content') {!! Form::open(['id'=>'register', 'method'=>'POST', 'class' => 'form-horizontal' ]) !!}

@lang('app.signup')

@if(module_enabled('Subdomain'))
.{{ get_domain() }}
@endif
@if($global->google_recaptcha_status)
@endif
{!! Form::close() !!} @endsection @push('footer-script') @endpush