@extends('admin.layouts.app') @section('content')

{{ trans('admin/main.report_reasons') }}

{{ csrf_field() }}
@if(!empty(getGeneralSettings('content_translate')))
@error('locale')
{{ $message }}
@enderror
@else @endif
{{ trans('admin/main.add_report_reasons') }}
{{ trans('admin/main.report_reasons_hint') }}
@if(!empty($value) and count($value)) @foreach($value as $item)
@endforeach @endif
@endsection @push('scripts_bottom') @endpush