@extends('web.default.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content')

"{{ $upcomingCourse->title }}" {{ trans('update.followers') }}

{{ trans('update.followers') }}
@if(!empty($followers) and $followers->isNotEmpty())
@foreach($followers as $follower)
{{ $follower->user->full_name }}

{{ $follower->user->full_name }}

{{ dateTimeFormat($follower->created_at, 'j M Y H:i') }}

@endforeach
@else
no followers

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

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

@endif
send notification

{{ 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