@extends('../layouts/partials/header') @section('content')

Evidencia Fotográfica

Partida : {{ $partida->partida }}
Actividad : {{ $partida->actividad }}
@csrf @method('put')
@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif

@if($odm) @else

Imagen no disponible

@endif

@if( $odm ) @else

Imagen no disponible

@endif

@if($odm) @else

Imagen no disponible

@endif

@if($odm) @else

Imagen no disponible

@endif

@if($odm) @else

Imagen no disponible

@endif

@if($odm) @else

Imagen no disponible

@endif
@endsection @extends('../layouts/partials/footer')