@extends('adminlte::page') @section('title', 'Soporte') @section('content_header')

Soporte Acádemico

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