@extends('layouts.app') @section('content')
@include('includes.message')
@csrf
{{$sector->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($edit)
@if($sector->foto1)
{{$sector->foto1}} {{$sector->foto1}}
@endif @if($sector->foto2)
{{$sector->foto2}} {{$sector->foto2}}
@endif @if($sector->foto3)
{{$sector->foto3}} {{$sector->foto3}}
@endif @if($sector->foto4)
{{$sector->foto4}} {{$sector->foto4}}
@endif @if($sector->foto5)
{{$sector->foto5}} {{$sector->foto5}}
@endif @if($sector->foto6)
{{$sector->foto6}} {{$sector->foto6}}
@endif @if($sector->foto7)
{{$sector->foto7}} {{$sector->foto7}}
@endif @if($sector->foto8)
{{$sector->foto8}} {{$sector->foto8}}
@endif @if($sector->foto9)
{{$sector->foto9}} {{$sector->foto9}}
@endif @if($sector->foto10)
{{$sector->foto10}} {{$sector->foto10}}
@endif
@else
@if($sector->foto1) {{$sector->foto1}} @endif
@if($sector->foto1) @endif @if ($errors->has('image_path01')) {{ $errors->first('image_path01') }} @endif
@if($sector->foto2) {{$sector->foto2}} @endif
@if($sector->foto2) @endif @if ($errors->has('image_path02')) {{ $errors->first('image_path02') }} @endif
@if($sector->foto3) {{$sector->foto3}} @endif
@if($sector->foto3) @endif @if ($errors->has('image_path03')) {{ $errors->first('image_path03') }} @endif
@if($sector->foto4) {{$sector->foto4}} @endif
@if($sector->foto4) @endif @if ($errors->has('image_path04')) {{ $errors->first('image_path04') }} @endif
@if($sector->foto5) {{$sector->foto5}} @endif
@if($sector->foto5) @endif @if ($errors->has('image_path05')) {{ $errors->first('image_path05') }} @endif
@if($sector->foto6) {{$sector->foto6}} @endif
@if($sector->foto6) @endif @if ($errors->has('image_path06')) {{ $errors->first('image_path06') }} @endif
@if($sector->foto7) {{$sector->foto7}} @endif
@if($sector->foto7) @endif @if ($errors->has('image_path07')) {{ $errors->first('image_path07') }} @endif
@if($sector->foto8) {{$sector->foto8}} @endif
@if($sector->foto8) @endif @if ($errors->has('image_path08')) {{ $errors->first('image_path08') }} @endif
@if($sector->foto9) {{$sector->foto9}} @endif
@if($sector->foto9) @endif @if ($errors->has('image_path09')) {{ $errors->first('image_path09') }} @endif
@if($sector->foto10) {{$sector->foto10}} @endif
@if($sector->foto10) @endif @if ($errors->has('image_path10')) {{ $errors->first('image_path10') }} @endif
@endif

@if(!$edit)
@else
@endif @if(!$edit) Cancelar @else Volver @endif
@endsection @section('script') @endsection