@if (is_admin() and (isset($display_content) and $display_content == false))
@elseif (isset($display_content) and $display_content == true )
{!! $col['title'] !!}
@endif @if ( isset( $col['text'] ) && $col['text'] != '' ){!! $col['text'] !!}
@endif