@extends('adminlte::page') @section('title', 'Testimonio') @section('css') @stop @section('content_header')

Gestión de testimonios

@stop @section('content')
@include('gestestimonios.principal')
@stop @section('js') @vite(['resources/js/gestestimonio.js']) @stop