@foreach($comments as $comments) @endforeach
String Status User Id Caso Id Reclamo Comentario Id Root Id Comentado Type Comentado Id Estatus Id Usuario Registro Fecha Registro Id Usuario Modifica Fecha Modificacion Action
{{ $comments->string }} {{ $comments->status }} {{ $comments->user_id }} {{ $comments->caso_id }} {{ $comments->reclamo }} {{ $comments->comentario_id }} {{ $comments->root_id }} {{ $comments->comentado_type }} {{ $comments->comentado_id }} {{ $comments->estatus }} {{ $comments->id_usuario_registro }} {{ $comments->fecha_registro }} {{ $comments->id_usuario_modifica }} {{ $comments->fecha_modificacion }} {!! Form::open(['route' => ['comments.destroy', $comments->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}