Nuevo reporte

@if ($errors->has('proyecto')) {{ $errors->first('proyecto') }} @endif
@if ($errors->has('fecha')) {{ $errors->first('fecha') }} @endif
@if ($errors->has('direccion')) {{ $errors->first('direccion') }} @endif
@if ($errors->has('actividad')) {{ $errors->first('actividad') }} @endif
@if ($errors->has('detalle')) {{ $errors->first('detalle') }} @endif
@if ($errors->has('duracion')) {{ $errors->first('duracion') }} @endif
@if ($errors->has('impacto')) {{ $errors->first('impacto') }} @endif
@if ($errors->has('recursos')) {{ $errors->first('recursos') }} @endif #
@if ($errors->has('tipo_recurso')) {{ $errors->first('tipo_recurso') }} @endif
@if ($errors->has('beneficiario')) {{ $errors->first('beneficiario') }} @endif #
@if ($errors->has('beneficiario')) {{ $errors->first('beneficiario') }} @endif
@if ($errors->has('grupo_id')) {{ $errors->first('grupo_id') }} @endif
@if ($errors->has('prestadores')) {{ $errors->first('prestadores') }} @endif
  Regresar