@extends('adminlte::page') @section('htmlheader_title') Plantillas @endsection @section('contentheader_title') Plantillas @endsection @section('content') @if($template!=null) @include('templates.edit') @else @include('templates.create') @endif @if(!isset($show))
Nombre Descripción Estatus Acciones
@endif @include('templates.partials.modal_inputs') @include('templates.partials.script') @endsection