Comentarios

has('message')) ? 'hidden' : '' }}> {{ session()->has('message') ? session()->get('message') : '' }}
@if ($comments->isNotEmpty()) @foreach($comments as $comment) @endforeach @endif
Contacto

{{ $comment->name }}

Respondido: {{ $comment->answered ? 'Si' : 'No' }}

Email
{{ $comment->email }}
Télefono
{{ $comment->phone }}
Fecha
{{ $comment->deleted_at->format('d/m/Y') }}
Opciones
@livewire('delete-modal', [ 'msg' => 'permanentemente a el Comentario', 'model_id' => $comment->id, 'route' => 'comments.delete', 'method' => 'patch' ])
{{ $comments->links() }}