@if(!empty($upcomingCourse->webinar_id)) {{ trans('update.released') }} @endif {{ $upcomingCourse->title }}
@if(empty($upcomingCourse->webinar_id)) @endif @if(!empty($upcomingCourse->category)) {{ trans('public.in') }} {{ $upcomingCourse->category->title }} @endif
@if(!empty($upcomingCourse->duration))
{{ convertMinutesToHourAndMinute($upcomingCourse->duration) }} {{ trans('home.hours') }}
@endif @if(!empty($upcomingCourse->published_date)) @if(!empty($upcomingCourse->duration))
@endif
{{ dateTimeFormat($upcomingCourse->published_date, 'j M Y') }}
@endif
@if(!empty($upcomingCourse->price)) {{ handlePrice($upcomingCourse->price) }} @else {{ trans('public.free') }} @endif