@extends('layouts.front-app') @section('content')
@if($registrationStatus->registration_open == 1 && $global->enable_register == true)
{!! Form::open(['id'=>'register','class'=>'row', 'method'=>'POST']) !!}

@lang('app.signup')

@if(module_enabled('Subdomain'))
@if(function_exists('get_domain')) .{{ get_domain() }} @else .{{ $_SERVER['SERVER_NAME'] }} @endif
@endif
@if($global->google_recaptcha_status)
@endif
{!! Form::close() !!}
@else

{{$signUpMessage->message}}

@endif
@endsection @push('footer-script') @endpush