@extends(getTemplate().'.layouts.app') @push('styles_top') @endpush @section('content')
{{ $upcomingCourse->title }}

{{ clean($upcomingCourse->title, 't') }}

@if(!empty($upcomingCourse->category)) {{ trans('public.in') }} {{ $upcomingCourse->category->title }} @endif
{{ trans('public.created_by') }} {{ $upcomingCourse->teacher->full_name }}
@if(!empty($followingUsers) and count($followingUsers))
@foreach($followingUsers as $followingUser)
{{ $followingUser->full_name }}
@endforeach @if($followingUsersCount - $followingUsers->count() > 0)
+{{ $followingUsersCount - $followingUsers->count() }}
@endif
{{ $followingUsersCount }} {{ trans('panel.users') }} {{ trans('update.are_following_this_upcoming_course') }}
@endif
@include('web.default.upcoming_courses.tabs.information')
{{-- Ads Bannaer --}} @if(!empty($advertisingBanners) and count($advertisingBanners))
@foreach($advertisingBanners as $banner) @endforeach
@endif {{-- ./ Ads Bannaer --}}

{{ trans('product.report_the_course') }}

{{ trans('product.report_modal_hint') }}

@include('web.default.course.share_modal',['course' => $upcomingCourse]) @endsection @push('scripts_bottom') @endpush