@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.dataManagement.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('quantitative_data')) {{ $errors->first('quantitative_data') }} @endif {{ trans('cruds.dataManagement.fields.quantitative_data_helper') }}
@if($errors->has('excel')) {{ $errors->first('excel') }} @endif {{ trans('cruds.dataManagement.fields.excel_helper') }}
@if($errors->has('access')) {{ $errors->first('access') }} @endif {{ trans('cruds.dataManagement.fields.access_helper') }}
@if($errors->has('sas')) {{ $errors->first('sas') }} @endif {{ trans('cruds.dataManagement.fields.sas_helper') }}
@if($errors->has('spss')) {{ $errors->first('spss') }} @endif {{ trans('cruds.dataManagement.fields.spss_helper') }}
@if($errors->has('status')) {{ $errors->first('status') }} @endif {{ trans('cruds.dataManagement.fields.status_helper') }}
@if($errors->has('r')) {{ $errors->first('r') }} @endif {{ trans('cruds.dataManagement.fields.r_helper') }}
@if($errors->has('epi_info')) {{ $errors->first('epi_info') }} @endif {{ trans('cruds.dataManagement.fields.epi_info_helper') }}
@if($errors->has('monitoring_database')) {{ $errors->first('monitoring_database') }} @endif {{ trans('cruds.dataManagement.fields.monitoring_database_helper') }}
@if($errors->has('qualitative_data')) {{ $errors->first('qualitative_data') }} @endif {{ trans('cruds.dataManagement.fields.qualitative_data_helper') }}
@if($errors->has('data_visualization')) {{ $errors->first('data_visualization') }} @endif {{ trans('cruds.dataManagement.fields.data_visualization_helper') }}
@if($errors->has('geographic_information_system_gis')) {{ $errors->first('geographic_information_system_gis') }} @endif {{ trans('cruds.dataManagement.fields.geographic_information_system_gis_helper') }}
@if($errors->has('please_specify_other_software')) {{ $errors->first('please_specify_other_software') }} @endif {{ trans('cruds.dataManagement.fields.please_specify_other_software_helper') }}
@if($errors->has('user')) {{ $errors->first('user') }} @endif {{ trans('cruds.dataManagement.fields.user_helper') }}
@endsection @section('scripts') @endsection