@section('site_title', formatTitle([__('Edit'), __('Report'), 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') }}

{{ __('Report') }}
@include('reports.partials.menu')
@include('shared.message')
@csrf @if(request()->is('admin/*')) @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @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
@if(request()->is('admin/*')) @include('admin.users.partials.card', ['user' => $report->user]) @endif