@if (count($webinars)>0)
icon @lang('home.webinars')

@lang('home.Upcoming webinars')

@foreach ($webinars as $webinar)
events

{{ \Carbon\Carbon::parse($webinar->start_date)->format('F j, Y') }}

{{--

{{ \Carbon\Carbon::parse($webinar->start_date)->format('g:i a') }}

--}} @if($webinar->type)
{{ trans('home.' . $webinar->type) }}
@endif
{{$webinar->{'name_'.$lang } }}
@lang('home.explore')
@endforeach
@endif