@extends('layouts.front-app') @section('content') {!! Form::open(['id'=>'register','class'=>'row', 'method'=>'POST']) !!} @if(!is_null($global->google_recaptcha_key)) @endif @lang('app.signup') {!! Form::close() !!} @endsection @push('footer-script') @endpush