@extends('../layouts/partials/header') @section('content')

@if (session('success')) @endif @if ($errors->any()) @endif
@csrf
{{-- ===== TAB 1: DATOS DEL TITULAR ===== --}}

Los campos marcados con * son obligatorios.

@error('nombre')
{{ $message }}
@enderror
{{-- /tab-content --}}
Cancelar
{{-- /card-body --}}
{{-- /card --}}
@endsection @extends('../layouts/partials/footer')