@foreach ($task as $t)
@if ( $t['status'] == 1)

{{$t['titulo']}}

@else

{{$t['titulo']}}

@endif
@endforeach