@extends('adminlte::page')
@section('title', 'Testimonio')
@section('css')
@stop
@section('content_header')
Gestión de testimonios
@can('pagestestimonio.store')
@endcan
@stop
@section('content')
@include('gestestimonios.principal')
@stop
@section('js')
@vite(['resources/js/gestestimonio.js'])
@stop