@php
$cats= App\Categories::find($cate);
@endphp
@foreach($cats->courses->where('status', '1')->sortByDesc('id')->take(4) as $c)
@if($c->status == 1)
@if($c['preview_image'] !== NULL && $c['preview_image'] !== '')
@else
@endif
{{ __('frontstaticword.by') }} {{ $c->user['fname'] }}
-
Fatal error: Uncaught Error: Class 'App\ReviewRating' not found in /home/clienti2020/public_html/novaballet.it/resources/views/tabs.blade.php:34
Stack trace:
#0 {main}
thrown in /home/clienti2020/public_html/novaballet.it/resources/views/tabs.blade.php on line 34