{{ csrf_field() }}
{{-- General Information --}}

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

@include('design_1.panel.includes.locale.locale_select',[ 'itemRow' => !empty($landingItem) ? $landingItem : null, 'withoutReloadLocale' => false, 'extraClass' => '', 'extraData' => null ])
@error('title')
{{ $message }}
@enderror
@error('url')
{{ $message }}
@enderror
{{ trans('update.landing_url_input_hint') }}
{{ !empty($landingItem->preview_img) ? getFileNameByPath($landingItem->preview_img) : '' }}
{{ trans('update.landing_page_preview_img_input_hint') }}
@if(!empty($landingItem) and !empty($landingItem->preview_img)) {{ trans('update.preview') }} @endif
@error('color_id')
{{ $message }}
@enderror
enable) ? 'checked' : '' }}>
{{-- Assigned Pages --}}
@if(!empty($landingItem) and !empty($landingItem->assignedPages) and $landingItem->assignedPages->isNotEmpty())

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

@foreach($landingItem->assignedPages as $assignedPage)
Home Page

Platform Name

@endforeach
@else
{{ trans('update.no_assigned_page') }}

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

@endif
{{ trans('product.information') }}

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