@extends('layouts.app') @push('head-script') @endpush @section('content')

@lang('app.createNew')

@csrf
@if(module_enabled('Subdomain'))
.{{ get_domain() }}
@endif

@lang('modules.register.accountDetails')
@endsection @push('footer-script') @endpush