{{ trans('cruds.infectionPreventControl.title_singular') }} {{ trans('global.list') }}
{{ trans('cruds.infectionPreventControl.fields.id') }} | {{ trans('cruds.infectionPreventControl.fields.in_healthcare_settings') }} | {{ trans('cruds.infectionPreventControl.fields.in_a_non_medical') }} | {{ trans('cruds.infectionPreventControl.fields.outbreak_investigations') }} | {{ trans('cruds.infectionPreventControl.fields.facility_assessments') }} | {{ trans('cruds.infectionPreventControl.fields.developing_infection_prevention') }} | {{ trans('cruds.infectionPreventControl.fields.infection_prevention_and_control') }} | {{ trans('cruds.infectionPreventControl.fields.quality_improvement') }} | {{ trans('cruds.infectionPreventControl.fields.ppe') }} | {{ trans('cruds.infectionPreventControl.fields.point_of_entry_border_health') }} | {{ trans('cruds.infectionPreventControl.fields.poc_non_border') }} | {{ trans('cruds.infectionPreventControl.fields.rsi') }} | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $infectionPreventControl->id ?? '' }} | {{ $infectionPreventControl->in_healthcare_settings->name ?? '' }} | {{ $infectionPreventControl->in_a_non_medical->name ?? '' }} | {{ $infectionPreventControl->outbreak_investigations->name ?? '' }} | {{ $infectionPreventControl->facility_assessments->name ?? '' }} | {{ $infectionPreventControl->developing_infection_prevention->name ?? '' }} | {{ $infectionPreventControl->infection_prevention_and_control->name ?? '' }} | {{ $infectionPreventControl->quality_improvement->name ?? '' }} | {{ $infectionPreventControl->ppe->name ?? '' }} | {{ $infectionPreventControl->point_of_entry_border_health->name ?? '' }} | {{ $infectionPreventControl->poc_non_border->name ?? '' }} | {{ $infectionPreventControl->rsi->name ?? '' }} | @can('infection_prevent_control_show') {{ trans('global.view') }} @endcan @can('infection_prevent_control_edit') {{ trans('global.edit') }} @endcan @can('infection_prevent_control_delete') @endcan |