@section('site_title', formatTitle([__('Edit'), __('Website'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => request()->is('admin/*') ? route('admin.dashboard') : route('dashboard'), 'title' => request()->is('admin/*') ? __('Admin') : __('Home')], ['title' => __('Edit')], ]])

{{ __('Edit') }}

{{ __('Website') }}
@include('websites.partials.menu')
@include('shared.message')
@csrf @if(request()->is('admin/*')) @endif
@if ($errors->has('domain')) {{ $errors->first('domain') }} @endif

privacy == 1 && old('privacy') == null || old('privacy') == 1) checked @endif>
privacy == 0 && old('privacy') == null || old('privacy') == 0 && old('privacy') != null) checked @endif>
privacy == 2 && old('privacy') == null || old('privacy') == 2) checked @endif>
@include('icons.lock', ['class' => 'width-4 height-4 fill-current text-muted'])
is('admin/*')) disabled @endif>
@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
email && old('email') == null || old('email')) checked @endif @cannot('emailReports', ['App\Models\User']) disabled @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.') }}
exclude_bots && old('exclude_bots') == null || old('exclude_bots')) checked @endif>

@include('shared.tracking-code')
@if(request()->is('admin/*')) @include('admin.users.partials.card', ['user' => $website->user]) @endif