@if(count($jobs)) @foreach($jobs as $job) @if($loop->iteration == 5) @break @endif
{{$job->catName}}
{{wordLimit(stripText($job->description), 41)}}