@extends('main-template') @section('content') {!! NoCaptcha::renderJs() !!}

sign up

{{--
Please complete the form below
--}} @include('layouts/form_errors')
{!! csrf_field() !!}
@include('blocks.selectbox-countries', [ 'countries' => $countries, 'name' => 'country_id' ])
{!! NoCaptcha::display() !!}
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}

already got an account?
{{-- --}}
@stop