@foreach($testemunhos as $testemunho)
@if($testemunho->fl_video_testemunho == 0 && $testemunho->ds_imagem_testemunho)
{{$testemunho->tx_testemunho}}
{{$testemunho->nm_pessoa_testemunho}}
{{$testemunho->nm_profissao_testemunho}}
@elseif($testemunho->fl_video_testemunho == 1 && $testemunho->ds_link_rede_social_testemunho)
{{$testemunho->nm_pessoa_testemunho}}
{{$testemunho->nm_profissao_testemunho}}
@endif
@endforeach