@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.visibility_off', ['class' => 'width-4 height-4 fill-current text-muted'])@include('icons.visibility', ['class' => 'width-4 height-4 fill-current text-muted d-none'])
@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/*'))
{{ $website->user->name }} {{ $website->user->name }} @include((__('lang_dir') == 'rtl' ? 'icons.chevron-left' : 'icons.chevron-right'), ['class' => 'flex-shrink-0 width-3 height-3 fill-current ' . (__('lang_dir') == 'rtl' ? 'mr-auto' : 'ml-auto')])
@endif