@extends('adminlte::page')
@section('title', 'INICIO')
@section('content_header')
@stop
@section('content')
{{-- @livewire('usuarios') --}}
@livewire('pabellon.pabellones')
■ DISPONIBLE
■ PENDIENTE
■ COMPRADO
■ SEPULTADO
■ TRASLADADOS
@stop
@section('footer')
Version: {{ config('app.version', '2.0.0') }}
{{ config('app.company_name', '©OGD - 2024') }}
@stop
@section('css')
@stop
@section('js')
@stop