{!!Form::open(['method'=>'POST','role'=>'form','id'=>'form-datos-hallazgo','route'=>'hallazgo.guardar'])!!} {!!Form::hidden('i_refresh', $reload)!!} @if (is_object($hallazgo))
{{ $hallazgo->vc_codigo }}
@endif @include('material.sections.hallazgos.form.campos-hallazgo') @include('material.sections.hallazgos.form.tabla-observaciones')
@if ($enable)
@if (is_object($hallazgo))
@endif @endif {!!Form::close()!!}