@if (is_array($text) && sizeof($text) > 0) @foreach ($text as $t)

{!! $t !!}

@endforeach @else

{!! $text !!}

@endif