@if(!empty($upcomingCourse->category))
@endif
{{ clean($upcomingCourse->title, 't') }}
{{-- Badges --}}
{{-- Featured --}}
Featured
{{-- Top Seller --}}
Top Seller
@if(!empty($upcomingCourse->summary))
{!! nl2br($upcomingCourse->summary) !!}
@endif
{{-- Created By --}}
{{-- Lectures --}}
@if(!empty($upcomingCourse->parts))
{{ $upcomingCourse->parts }}
{{ trans('update.lectures') }}
@endif
@if(!empty($followingUsers) and count($followingUsers))
@foreach($followingUsers as $followingUser)
@endforeach
@if(($followingUsersCount - count($followingUsers)) > 0)
+{{ $followingUsersCount - $followingUsers->count() }}
@endif
{{ $followingUsersCount }} {{ trans('panel.users') }}
{{ trans('update.are_following_this_upcoming_course') }}
@endif