@extends('layout.app') @section('titulo') Dashboard @endsection @section('contenido')
@livewire('dashboard.PaseTurnoReporte') @endsection