@extends('layouts.front-app') @section('content')
{!! Form::open(['id'=>'register','class'=>'row', 'method'=>'POST']) !!}

Sign Up

@if(module_enabled('Subdomain'))
@if(function_exists('get_domain')) .{{ get_domain() }} @else .{{ $_SERVER['SERVER_NAME'] }} @endif
@endif
@if(!is_null($global->google_recaptcha_key))
@endif
{!! Form::close() !!}
@endsection @push('footer-script') @endpush