@extends('layouts.app') @section('template_title') {{ $matriztvd->name ?? __('Show') . " " . __('Matriztvd') }} @endsection @section('content')
Ver Matriz TVD
Seccion: {{ $matriztvds->seccion->nombre ?? 'N/A' }}
Subseccion: {{ $matriztvds->subseccion->nombre ?? 'N/A' }}
Serie: {{ $matriztvds->series->nombre ?? 'N/A' }}
Subserie: {{ $matriztvds->subseries->nombre ?? 'N/A' }}
@endsection