@extends('layout') @section('content') @include('mantenimiento.tablas.detalle.create') @include('mantenimiento.tablas.detalle.edit') @section('mantenimiento-active', 'active') @section('tablas-active', 'active')

Tabla Detalle: {{$tabla->descripcion}}

@if($tabla->editable != 1)
Añadir nuevo
@endif
DESCRIPCION SIMBOLO CREADO ACTUALIZADO ACCIONES
@stop @push('styles') @endpush @push('scripts') @endpush