| {{ $key+1}} |
{{ $info->razon_social ." ".
$info->primer_nombre ." ".
$info->segundo_nombre." ".
$info->apellidos }} |
{{ $info->tipo_de_documento }} |
{{ $info->nit }} |
{{ $info->dv }} |
{{ $info->direccion }} |
{{ $info->ciudad }} |
{{ $info->telefono }} |
{{ number_format((float) $info->valor_del_capital, 2, ',', '.') }} |
{{App\Helpers\Helper::formatearFechaOmisos($info->fecha_de_matricula,'Y-m-d')}} |
{{App\Helpers\Helper::formatearFechaOmisos($info->fecha_de_liquidacion,'Y-m-d')}} |
{{App\Helpers\Helper::formatearFechaOmisos($info->fecha_cancelacion_de_la_matricula,'Y-m-d')}} |
@endforeach