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

Cambio de contraseña

@csrf

{{-- contenido --}}
@include('layouts._partials.scripts') @livewireScripts @yield('scripts') @if (session('status')) @endif @if ($errors->any()) @endif