@extends('Sidebar.icssacvSidebar') @section('title', 'Edita Centro de Acopio') {{-- @section('cabecera')

Edita Centro de acopio

@endsection --}} @section('contenido')
@csrf
@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('observaciones_sitio')) {{ $errors->first('observaciones_sitio') }} @endif
@if ($errors->has('observaciones_inventario')) {{ $errors->first('observaciones_inventario') }} @endif

Alumbrado en Patio Contenedores de basura (retiro) Fumigación Retiro Maleza Equipo vs incendio
 SI  check_alumbrado_patio == "SI" ? 'checked' : ''}}/>  NO  check_alumbrado_patio == "NO" ? 'checked' : ''}}/>  SI  check_contenedores_basura == "SI" ? 'checked' : ''}}/>  NO  check_contenedores_basura == "NO" ? 'checked' : ''}}/>  SI  check_fumigacion == "SI" ? 'checked' : ''}}/>  NO  check_fumigacion == "NO" ? 'checked' : ''}}/>  SI  check_retiro_maleza == "SI" ? 'checked' : ''}}/>  NO  check_retiro_maleza == "NO" ? 'checked' : ''}}/>  SI  check_equipo_incendio == "SI" ? 'checked' : ''}}/>  NO  check_equipo_incendio == "NO" ? 'checked' : ''}}/>
Equipo primeros auxilios Puertas de ingreso (mal estado) Agua Vigilancia Predio vigente y/o abandonado
 SI  check_primeros_auxilios == "SI" ? 'checked' : ''}}/>  NO  check_primeros_auxilios == "NO" ? 'checked' : ''}}/>  SI  check_puertas_ingreso == "SI" ? 'checked' : ''}}/>  NO  check_puertas_ingreso == "NO" ? 'checked' : ''}}/>  SI  check_agua == "SI" ? 'checked' : ''}}/>  NO  check_agua == "NO" ? 'checked' : ''}}/>  SI  check_vigilancia == "SI" ? 'checked' : ''}}/>  NO  check_vigilancia == "NO" ? 'checked' : ''}}/>  VIGENTE  check_predio_vig_aban == "VIGENTE" ? 'checked' : ''}}/>  ABANDONADO  check_predio_vig_aban == "ABANDONADO" ? 'checked' : ''}}/>
@isset($nombres)
@php $indice = 0; @endphp @foreach ($nombres as $nombre) @php $indice = $indice + 1; @endphp @endforeach
Imagen Acción
imagen
@csrf
@endisset
@endsection @section('titulo') @endsection @section('scripts') @endsection