{{ $upcomingCourse->title }}
@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 --}}
{{ trans('public.created_by') }} {{ $upcomingCourse->teacher->full_name }}
{{-- Lectures --}} @if(!empty($upcomingCourse->parts))
{{ $upcomingCourse->parts }} {{ trans('update.lectures') }}
@endif
@if(!empty($followingUsers) and count($followingUsers))
@foreach($followingUsers as $followingUser)
{{ $followingUser->user->full_name }}
@endforeach @if(($followingUsersCount - count($followingUsers)) > 0)
+{{ $followingUsersCount - $followingUsers->count() }}
@endif
{{ $followingUsersCount }} {{ trans('panel.users') }} {{ trans('update.are_following_this_upcoming_course') }}
@endif