@vite('resources/css/app.css')
@include('components.header-nav-reg') @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @include('components.history-template-ec')
Finalizar