@foreach ($data as $item) @endforeach
DOCUMENTO CLIENTE CONTRATO # SEDE SERVICIO FORMA DE PAGO ACTUAL CONSECUTIVO CONSECUTIVO TEMPORAL CONSECUTIVO MANUAL REFERENCIA FECHA PAGO FECHA CREACION CONCEPTO PAGO VALOR FORMA PAGO MANUAL OBSERVACIONES EMPLEADO FECHA MODIFICACIÓN ES PRIMA ESTADO
{{ $item->cliente_documento ? $item->cliente_documento:''}} {{ $item->cliente ? $item->cliente:''}} {{ $item->contrato_codigo ? $item->contrato_codigo:''}} {{ $item->entidad_nombre ? $item->entidad_nombre:''}} {{ $item->servicio_nombre ? $item->servicio_nombre:''}} {{ $item->pago_forma_pago_id ? $item->pago_forma_pago_id:''}} {{ $item->pago_consecutivo ? $item->pago_consecutivo:''}} {{ $item->consecutivo_temporal ? $item->consecutivo_temporal:''}} {{ $item->pago_consecutivo_manual ? $item->pago_consecutivo_manual:''}} {{ $item->pago_referencia ? $item->pago_referencia:''}} {{ $item->pago_fecha ? $item->pago_fecha:''}} {{ $item->pago_fecha_creacion ? $item->pago_fecha_creacion:''}} {{ $item->concepto ? $item->concepto:''}} {{ $item->pago_valor ? $item->pago_valor:''}} {{ $item->pago_forma_pago_modulo_manual ? $item->pago_forma_pago_modulo_manual:''}} {{ $item->pago_observaciones ? $item->pago_observaciones:''}} {{ $item->empleado ? $item->empleado:''}} {{ $item->pago_fechamodificacion ? $item->pago_fechamodificacion:''}} {{ $item->pago_es_prima ? $item->pago_es_prima:''}} {{ $item->pago_estado ? $item->pago_estado:''}}