@if (isset($problemSolvingEntries) && count($problemSolvingEntries) > 0) @foreach($problemSolvingEntries as $entry)
{!! substr(nl2br($entry->notes),0,500) !!}... View more