@extends('layouts.pagina') @section('titulo', 'Inicio') @section('content') @livewire('inicios') @livewire('index') @endsection