@foreach ($contents as $cont) @if (!empty($cont->thumbnail))
  • {{--{!! $cont->content !!}--}} @if (!empty($cont->thumbnail))
    @endif

    {!! $cont->title !!}

    {!! nl2br($cont->abstract) !!}

  • @endif @endforeach