{{-- row 1 --}}

{{ clean($webinar->title, 'title') }}

@if (!empty($webinar->category)) {{ trans('public.in') }} {{ $webinar->category->title }} @endif
{{-- row 2 --}}
{{ convertMinutesToHourAndMinute($webinar->duration) }} {{ trans('home.hours') }}
{{ dateTimeFormat(!empty($webinar->start_date) ? $webinar->start_date : $webinar->created_at, 'j M Y') }}
{{-- row 3 --}}
{{ $name }}
{{ $name }}
{{-- row 4 --}}
{{-- @if ($webinar->type == 'webinar') {{ trans('public.add_to_calendar') }} @endif --}}