@error('home_landing_id')
{{ $message }}
@enderror
@if(!empty($themeItem->homeLanding))

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

{{ trans('update.home_landing_sections_sort_hint') }}
    homeLanding->id}/sort-components") }}" data-drag-class="assigned-components-draggable-lists"> @foreach($themeItem->homeLanding->components as $component) @include('admin.theme.create.tabs.includes.landing_component_card', ['landingComponent' => $component, 'landingItemId' => $themeItem->homeLanding->id]) @endforeach
@endif