@foreach ($list as $comment ) @endforeach
Comentario Tipo Edit
@switch( $comment->type_detail) @case(0) Servicio @break @case(1) Producto @break @case(2) Comentario @break @default @endswitch {{ $comment->detail }}
{{ $list->links() }}