@extends('layouts.app') @section('css') @endsection @section('template_title') Matriz Tablas Valoración Documental @endsection @section('content')
{{ $message }}
| No | Seccion | Subseccion | Serie | Subserie | |
|---|---|---|---|---|---|
| {{ ++$i }} | {{ $matriztvd->seccion->nombre ?? 'N/A' }} | {{ $matriztvd->subseccion->nombre ?? 'N/A' }} | {{ $matriztvd->series->nombre ?? 'N/A' }} | {{ $matriztvd->subseries->nombre ?? 'N/A' }} |