@lang('file.Bug Setting')
@csrf
@lang('Files')
@if (isset($bugSettings->files)) @foreach ($bugSettings->files as $item)
{{__('file.File Name')}}
@lang('file.Delete')
@endforeach @else
{{__('file.File Name')}}
@lang('file.Delete')
@endif
@lang('file.Add More')
@lang('file.Logs')
@if (isset($bugSettings->logs)) @foreach ($bugSettings->logs as $item)
{{__('file.Type Log')}}
@lang('file.Delete')
@endforeach @else
{{__('file.Type Log')}}
@lang('file.Delete')
@endif
@lang('file.Add More')
@lang('file.Short Note')
@if (isset($bugSettings->short_note))
{{ $bugSettings->short_note }}
@else
@endif
@lang('file.Submit')