@extends('user::_layouts.authenticated.layout') @section('title', __('messages.global.delete_report')) @section('content')
{{ __('messages.global.delete_report') }}
{{ csrf_field() }}
@if ($errors->has('deletion_reason')) {{ $errors->first('deletion_reason') }} @endif
0 / 1000
@if ($errors->has('deletion_reason_comment')) {{ $errors->first('deletion_reason_comment') }} @endif
{{-- Confirm Delete Dialog --}} @include('user::_layouts.authenticated._partials.confirm_delete_dialog') @endsection @section('js') @endsection