@extends('app') @section('title', __('auth.register')) @section('content')
{{ Form::open(['url' => '/register', 'class' => 'form-signin']) }} {{ Form::close() }}
@endsection @section('scripts') @if ($captcha['enabled']) @endif @endsection