@section('site_title', formatTitle([__('New'), __('Website'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('dashboard'), 'title' => __('Home')], ['title' => __('New')], ]])

{{ __('New') }}

{{ __('Website') }}
@include('shared.message')
@csrf
@if ($errors->has('domain')) {{ $errors->first('domain') }} @endif {{ __('Add a domain or subdomain.') }}

@include('icons.lock', ['class' => 'width-4 height-4 fill-current text-muted'])
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('privacy')) {{ $errors->first('privacy') }} @endif

@cannot('emailReports', ['App\Models\User']) @if(paymentProcessors()) @include('icons.lock-open', ['class' => 'fill-current text-primary width-4 height-4']) @endif @endcannot

@if ($errors->has('exclude_ips')) {{ $errors->first('exclude_ips') }} @endif {{ __('One per line.') }}
@if ($errors->has('exclude_params')) {{ $errors->first('exclude_params') }} @endif {{ __('One per line.') }}

@include('shared.tracking-code')