@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