@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('labels.frontend.auth.register_box_title')) @section('content')
{{ html()->form('POST', route('frontend.auth.register.post'))->id('frm_register')->open() }} {{ html()->form()->close() }}
@include('frontend.includes.pusher-provider-script') @endsection @push('after-scripts') @if(config('access.captcha.registration')) @captchaScripts @endif @endpush