@include('layouts._partials.error')
@include('layouts._partials.head')
@section('title',"Inicio")
@livewireStyles
@include('layouts._partials.scripts')
@livewireScripts
@yield('scripts')
@if ($errors->any())
@endif
@if (session('registro_exitoso'))
@endif