@php $cats= App\Categories::find($cate); @endphp
@foreach($cats->courses->take(3) as $c) @if($c->status == 1)
@if($c['preview_image'] !== NULL && $c['preview_image'] !== '') course @else course @endif