{{ __('admin::lang.Basic Info') }}
{{ __('admin::lang.Images') }}
@if($existing_image_desktop)
@endif
@error('image_desktop')
{{ $message }} @enderror
@if($existing_image_mobile)
@endif
@error('image_mobile')
{{ $message }} @enderror
@if(!$placement || $placement->type !== \App\Support\Enum\PlacementTypeEnum::HEADER)
@if($existing_image_tablet)
@endif
@error('image_tablet')
{{ $message }} @enderror
@endif
@if($placement && $placement->type === \App\Support\Enum\PlacementTypeEnum::HEADER)
@endif
{{ __('admin::lang.Click Action') }}
@if($click_action_type === 'product')
@endif
@if(in_array($click_action_type, ['product', 'merchant', 'category']))
@endif
@if($click_action_type == 'url')
@endif
@if($click_action_url && in_array($click_action_type, ['product', 'merchant', 'category']))
@endif
{{ __('admin::lang.Schedule') }}