@include('layouts._partials.error') @include('layouts._partials.head') @section('title',"Inicio") @livewireStyles
{{-- contenido --}}

Bienvenido!

@csrf

@if (Route::has('password.request')) @endif {{-- contenido --}}
@include('layouts._partials.scripts') @livewireScripts @yield('scripts') @if (session('registro_exitoso')) @endif @if ($errors->any()) @endif