@foreach($feedbacks as $f)
| {{ $f['criado_em'] }} |
{{ $f['atualizado_em'] }} |
{{ $f['card_title'] }}
{{ $f['card_key'] }}
|
@if($f['context_type'])
{{ $f['context_type'] }}@if($f['context_id']) #{{ $f['context_id'] }}@endif
@else
—
@endif
|
{{ $f['autor'] }} |
|
{{ $f['comentario'] }} |
@if($f['url'])
Ir ao indicador
@else
—
@endif
|
@endforeach