@php use App\Helpers\Helper;use App\Library\Tool; @endphp @extends('layouts/fullLayoutMaster') @section('title', __('locale.auth.register')) @section('vendor-style') @endsection @section('page-style') @if(config('no-captcha.registration')) {!! RecaptchaV3::initJs() !!} @endif @endsection @section('content')
@endsection @section('vendor-script') @endsection @section('page-script') @endsection