@extends('frontend.layouts.app')
@section('title', app_name() . ' | ' . __('labels.frontend.auth.register_box_title'))
@section('content')
{{ html()->form('POST', route('frontend.auth.user.register.post'))->attribute('enctype', 'multipart/form-data')->open() }}
@endsection
@push('after-scripts')
@if(config('access.captcha.registration'))
{!! Captcha::script() !!}
@endif
@endpush