{{ __("Create new site") }} {{ __("Use this form to create a new site") }}
{{ __("Select site type") }} @foreach(config('core.site_types') as $t) @endforeach @error('type') @enderror
@error('domain') @enderror
@error('alias') @enderror
@if (isset($inputs['type']) && $inputs['type']) @include('livewire.sites.partials.create.' . $inputs['type']) @endif
{{ __('Create') }}