@extends('layouts.template.app') @section('title', 'Plantillas') @section('first-title', 'USB') @section('href', route('templates')) @section('title-page', 'Plantillas') @section('suit', 'Plantillas') @section('item-suit', 'USB') @section('content') @livewire('template.index-template', key('template')) {{-- //SCRIPTS --}} @endsection