{{-- toolbar --}}
{{-- flashes --}}
@if (session('success'))
@endif
{{-- tabla --}}
Registro de Inversiones
{{ session('success') }}
@endif
@if ($errors->any() && old('_from') === 'create')
No se pudo guardar:
-
@foreach ($errors->all() as $e)
- {{ $e }} @endforeach
| # | Nombre | Descripcion | Documento | Imagen | Tipo | Acciones |
|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->nombre }} | {{ $row->descripcion }} | @php $docPath = $row->documento; $docUrl = $docPath ? asset(ltrim($docPath, './')) : null; @endphp | @php $imgPath = $row->imagen; $imgUrl = $imgPath ? asset(ltrim($imgPath, './')) : null; @endphp | {{ $row->tipo->nombre ?? '—' }} |
{{-- Botón que abre el modal de eliminar --}}
|
| Sin registros. | ||||||