{{-- General Information --}}

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

@include('design_1.panel.includes.locale.locale_select',[ 'itemRow' => !empty($landingComponent) ? $landingComponent : null, 'withoutReloadLocale' => false, 'extraClass' => '' ])
{{-- Main Content --}}

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

{{-- CTA Section --}}

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

{{-- Button --}}
{{ trans('update.floating_images') }}
{{-- End Col --}}
{{-- Featured Courses --}}
@if(!empty($contents) and !empty($contents['featured_packages']) and count($contents['featured_packages'])) @foreach($contents['featured_packages'] as $sKey => $featuredData) @if($sKey != 'record') @php $meetingPackage = \App\Models\MeetingPackage::query()->find($featuredData['meeting_package']); @endphp @include('landingBuilder.admin.components.manage.meeting_packages_grid.meeting_package_item',['itemKey' => $sKey, 'featuredPackageData' => $featuredData]) @endif @endforeach @endif
{{-- End Col --}}