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

12 {{ trans('update.landings') }}
12 {{ trans('update.components') }}
{{-- New Landing --}} @can('admin_landing_builder_create')
{{ trans('update.new_landing') }}

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

{{ trans('update.assign_components') }}
@endcan {{-- all landings --}}
@if(!empty($landingItems) and count($landingItems)) @foreach($landingItems as $landingItemRow) id}/edit") }}" class="edit-component-sidebar__component-card {{ (!empty($landingItem) and $landingItemRow->id == $landingItem->id) ? 'active' : '' }} position-relative d-flex align-items-center bg-gray-100 p-16 rounded-12 mt-12 ">
{{ truncate($landingItemRow->title, 26) }}

{{ $landingItemRow->components_count }} {{ trans('update.components') }}

@endforeach @endif