@extends('layouts.app') @section('content')
@include('includes.message')
@csrf
Nuevo Sector
@if ($errors->has('sector')) {{ $errors->first('sector') }} @endif
@if ($errors->has('estaciond')) {{ $errors->first('estaciond') }} @endif
@if ($errors->has('estacionh')) {{ $errors->first('estacionh') }} @endif
(Cantidad de estaciones: )
Venenos con o sin actividad de roedores
Cebos con actividad Cebos sin actividad Cebos faltantes/rotos
@if ($errors->has('ceboa')) {{ $errors->first('ceboa') }} @endif @if ($errors->has('cebos')) {{ $errors->first('cebos') }} @endif @if ($errors->has('cebor')) {{ $errors->first('cebor') }} @endif
Liquidos con actividad Liquidos sin actividad Liquidos faltantes/rotos
@if ($errors->has('liquidoa')) {{ $errors->first('liquidoa') }} @endif @if ($errors->has('liquidos')) {{ $errors->first('liquidos') }} @endif @if ($errors->has('liquidor')) {{ $errors->first('liquidor') }} @endif
(Cantidad de estaciones faltantes: )


@if ($errors->has('muertos')) {{ $errors->first('muertos') }} @endif
Fotos tomadas
@if(isset($sector->foto1)) @endif
@if ($errors->has('image_path01')) {{ $errors->first('image_path01') }} @endif
@if(isset($sector->foto2)) @endif
@if ($errors->has('image_path02')) {{ $errors->first('image_path02') }} @endif
@if(isset($sector->foto3)) @endif
@if ($errors->has('image_path03')) {{ $errors->first('image_path03') }} @endif
@if(isset($sector->foto4)) @endif
@if ($errors->has('image_path04')) {{ $errors->first('image_path04') }} @endif
@if(isset($sector->foto5)) @endif
@if ($errors->has('image_path05')) {{ $errors->first('image_path05') }} @endif
@if(isset($sector->foto6)) @endif
@if ($errors->has('image_path06')) {{ $errors->first('image_path06') }} @endif
@if(isset($sector->foto7)) @endif
@if ($errors->has('image_path07')) {{ $errors->first('image_path07') }} @endif
@if(isset($sector->foto8)) @endif
@if ($errors->has('image_path08')) {{ $errors->first('image_path08') }} @endif
@if(isset($sector->foto9)) @endif
@if ($errors->has('image_path09')) {{ $errors->first('image_path09') }} @endif
@if(isset($sector->foto10)) @endif
@if ($errors->has('image_path10')) {{ $errors->first('image_path10') }} @endif
@endsection @section('script') @endsection