@if(!empty($landingItem))
{{-- All Generated Components --}}

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

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

{{-- Lists --}}
@foreach($landingBuilderComponents as $landingBuilderComponent) @include('landingBuilder.admin.pages.create.tabs.includes.component_card') @endforeach
{{-- START Upgrade Notice--}}
{{-- Decorative Background Elements --}}
Limited Components Available

By default, only a limited selection of components is available. To unlock all features and access the complete collection of landing builder components, please consider purchasing the INNO AI Theme and Landing Builder.

{{-- END Upgrade Notice--}}
{{-- Assigned Components --}}

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

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

{{-- Loading --}}
@if(empty($landingItem->components) or !count($landingItem->components))

{{ trans('update.no_components!') }}

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

@endif {{-- Lists --}}
    id}/sort-components") }}" data-drag-class="assigned-components-draggable-lists"> @foreach($landingItem->components as $landingComponent) @include('landingBuilder.admin.pages.create.tabs.includes.landing_component_card', ['landingComponent' => $landingComponent]) @endforeach
@else

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

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

@endif