@extends('SGI.welcome') @section('contenido')

Modificación de documentos

@if($errors->first('id_doc')) {{ $errors->first('id_doc') }} @endif
{{csrf_field()}} @if($errors->first('id_doc')) {{ $errors->first('id_doc') }} @endif
@if($errors->first('clave')) {{ $errors->first('clave') }} @endif
@if($errors->first('nombre')) {{ $errors->first('nombre') }} @endif
@if($errors->first('idn1')) {{ $errors->first('idn1') }} @endif
@if($errors->first('idn2')) {{ $errors->first('idn2') }} @endif
@if($errors->first('idn3')) {{ $errors->first('idn3')}} @endif
@if($errors->first('idn4')) {{ $errors->first('idn4') }} @endif
@if($errors->first('ruta11')) {{ $errors->first('ruta11') }} @endif
@stop