- {{ __('frontstaticword.FeaturedCourses') }}
-
@if (Auth::check())
@php
$wishtt = App\Wishlist::where('user_id', Auth::User()->id)->where('course_id', $course->id)->first();
@endphp
@if ($wishtt == NULL)
@else
@endif
@else
@endif
{{ __('frontstaticword.LastUpdated') }}{{ date('jS F Y', strtotime($course->updated_at)) }}
-
@php
$data = App\CourseClass::where('course_id', $course->id)->get();
if(count($data)>0){
echo count($data);
}
else{
echo "0";
}
@endphp
{{ __('frontstaticword.Classes') }}
- {{ __('frontstaticword.AllLevels') }}
-
-
Fatal error: Uncaught Error: Class 'App\ReviewRating' not found in /home/clienti2020/public_html/novaballet.it/resources/views/front/category.blade.php:116
Stack trace:
#0 {main}
thrown in /home/clienti2020/public_html/novaballet.it/resources/views/front/category.blade.php on line 116