@if (session('success'))
@endif
{{ session('success') }}
@endif
@if ($errors->any())
Ocurrió un problema:
-
@foreach ($errors->all() as $e)
- {{ $e }} @endforeach
| # | Nombre | Apellido | Correo | Mensaje | Fecha | Acciones |
|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->nombre }} | {{ $row->apellido }} | {{ $row->correo }} | {{-- Vista previa corta del mensaje --}} {{ Str::limit($row->mensaje, 80) }} | {{ $row->created_at?->format('Y-m-d H:i') }} |
{{-- botón eliminar --}}
{{-- botón ver (opcional agregar fecha) --}}
|
| Sin registros. | ||||||