@extends('design_1.panel.layouts.panel') @section('content')

{{ trans('update.followers') }} ({{ $followerCount }})

@if(!empty($followers) and $followers->isNotEmpty())
@foreach($followers as $followerRow) @include('design_1.panel.upcoming_courses.followers.item_card', ['follower' => $followerRow]) @endforeach
{{-- Pagination --}}
@else @include('design_1.panel.includes.no-result',[ 'file_name' => 'upcoming_no_followers.svg', 'title' => trans('update.no_followers'), 'hint' => trans('update.this_course_doesnt_have_any_followers') , 'extraClass' => 'mt-0', ]) @endif
{{ trans('update.followers') }}

{{ trans('update.send_a_notification') }}

@if(!empty($upcomingCourse->webinar_id))

{{ trans('update.published_upcoming_course_send_a_notification_hint') }}

@else

{{ trans('update.upcoming_course_send_a_notification_hint') }}

@endif
@if(!empty($upcomingCourse->webinar_id))
{{ trans('update.course_published') }}

{{ trans('update.his_course_already_published') }}

{{ trans('update.view_course') }} @else
{{ trans('update.notify_followers') }}

{{ trans('update.send_a_notifications_to_all_followers_and_let_them_know_course_publishing') }}

@endif
@endsection @push('scripts_bottom') @endpush