@if($whatlearns->isNotEmpty())
{{ __('frontstaticword.Whatlearn') }}
@foreach($course['whatlearns'] as $wl)
@if($wl->status ==1)
- {{ str_limit($wl['detail'], $limit = 120, $end = '...') }}
@endif
@endforeach
@endif
{{ __('frontstaticword.Description') }}
{!! $course->detail !!}
@auth
@php
$alreadyrated = App\ReviewRating::where('course_id', $course->id)->limit(1)->first();
@endphp
@if($alreadyrated == !NULL)
@if($alreadyrated->featured == 1)
{{ __('frontstaticword.FeaturedReview') }}
Warning: Undefined variable $alreadyrated in
/home/rajthemystery/public_html/resources/views/front/course_detail.blade.php on line
284
Warning: Undefined variable $alreadyrated in
/home/rajthemystery/public_html/resources/views/front/course_detail.blade.php on line
286
Warning: Attempt to read property "learn" on null in
/home/rajthemystery/public_html/resources/views/front/course_detail.blade.php on line
286
Warning: Undefined variable $alreadyrated in
/home/rajthemystery/public_html/resources/views/front/course_detail.blade.php on line
287
Warning: Attempt to read property "price" on null in
/home/rajthemystery/public_html/resources/views/front/course_detail.blade.php on line
287
Warning: Undefined variable $alreadyrated in
/home/rajthemystery/public_html/resources/views/front/course_detail.blade.php on line
288
Warning: Attempt to read property "value" on null in
/home/rajthemystery/public_html/resources/views/front/course_detail.blade.php on line
288
@if(isset($alreadyrated))
@foreach($coursereviews as $rating)
@if($rating->review == !null && $rating->featured == 1)
{{ $rating->user->fname[0] }}{{ $rating->user->lname[0] }}
{{ $rating->user['fname'] }}
{{ date('jS F Y', strtotime($rating['created_at'])) }}
{{ $rating['review'] }}
{{ __('frontstaticword.helpful') }}?
@php
$help = App\ReviewHelpful::where('user_id', Auth::User()->id)->where('review_id', $rating->id)->first();
@endphp
@if($help == !NULL)
@else
@endif
{{ __('frontstaticword.Report') }}
@endif
@endforeach
@endif
@endif
@endif
@endauth
@if($coursechapters->isNotEmpty())
{{ __('frontstaticword.CourseContent') }}
@foreach($coursechapters as $chapter)
@if($chapter->status == 1 and $chapter->count() > 0 )
@foreach($courseclass as $class)
@if($class->coursechapter_id == $chapter->id)
|
@if($class->type =='video' )
@endif
@if($class->type =='audio' )
@endif
@if($class->type =='image' )
@endif
@if($class->type =='pdf' )
@endif
@if($class->type =='zip' )
@endif
|
{{ $class['title'] }}
@if($class->date_time != NULL)
Live at: {{ $class->date_time }}
@endif
@if($class->detail != NULL)
@endif
{!! $class->detail !!}
|
@if($class->preview_url != NULL || $class->preview_video != NULL )
preview
@endif
|
@if($class->type =='video')
{{ $class['duration'] }}min
@else
{{ $class['size'] }}mb
@endif
|
@endif
@endforeach
@endif
@endforeach
@endif
@auth
Warning: Undefined variable $allbigblue in
/home/rajthemystery/public_html/resources/views/front/course_detail.blade.php on line
477
Warning: foreach() argument must be of type array|object, null given in
/home/rajthemystery/public_html/resources/views/front/course_detail.blade.php on line
477
@endauth
{{ __('frontstaticword.RecentCourses') }}
@php
$items = App\Course::orderBy('created_at','desc')->limit(5)->get()
@endphp
@foreach($items as $item)
@if($item->status == 1)
@if($item->preview_image !== NULL && $item->preview_image !== '')
 }})
@else
->toBase64() }})
@endif
{{ __('frontstaticword.LastUpdated') }} {{ date('jS F Y', strtotime($item['updated_at'])) }}
@if($item->type==1)
@php
$currency1 = App\Currency::first();
@endphp
@if($item->discount_price == !NULL)
- {{ $item->discount_price }}
{{ $item['price'] }}
@else
@endif
@else
- {{ __('frontstaticword.Free') }}
@endif
-
@if (Auth::check())
@php
$wishtt = App\Wishlist::where('user_id', Auth::User()->id)->where('course_id', $item->id)->first();
@endphp
@if ($wishtt == NULL)
@else
@endif
@else
@endif
@endif
@endforeach
{{ __('frontstaticword.AboutInstructor') }}
@if($course->user->user_img != null || $course->user->user_img !='')
 }})
@else
}})
@endif
{{ __('frontstaticword.AboutInstructor') }}
{!! $course->user['detail'] !!}
@if(! $reviews->isEmpty())
{{ __('frontstaticword.StudentFeedback') }}
Warning: Undefined variable $reviews in /home/rajthemystery/public_html/resources/views/front/course_detail.blade.php on line 764
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/rajthemystery/public_html/resources/views/front/course_detail.blade.php:764
Stack trace:
#0 {main}
thrown in /home/rajthemystery/public_html/resources/views/front/course_detail.blade.php on line 764