@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('labels.frontend.auth.register_box_title')) @section('content')
@lang('labels.frontend.auth.register_box_title')
@csrf
@if(config('access.captcha.registration'))
@captcha
@endif
@include('frontend.auth.includes.socialite')
@endsection @push('after-scripts') @if(config('access.captcha.registration')) @captchaScripts @endif @endpush