@include('reports.partials.toast')
@csrf
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@if(config('settings.sitemap_links'))
@endif
default_privacy == 1 && old('privacy') == null) checked @endif>
default_privacy == 0 && old('privacy') == null) checked @endif>
@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