@if (session('success'))
@endif
{{ session('success') }}
@endif
@if ($errors->any())
No se pudo guardar:
-
@foreach ($errors->all() as $e)
- {{ $e }} @endforeach
| # | Programa | Vacantes | Acciones |
|---|---|---|---|
| {{ $row->id }} | {{ $row->programa->nombre ?? '—' }} | {{ $row->vacantes }} |
{{-- Eliminar con modal (sin confirm nativo) --}}
|
| Sin registros. | |||