{{ __('admin::home.Add') }} {{ __('admin::lang.Content') }}
{{ __('admin::lang.Basic Info') }}
@error('name') {{ $message }} @enderror
{{ __('admin::lang.Images') }}
@error('image_desktop') {{ $message }} @enderror
@error('image_mobile') {{ $message }} @enderror
@if(!$placement || $placement->type !== \App\Support\Enum\PlacementTypeEnum::HEADER)
@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']))
{{ __('admin::lang.generated_url') }}
@endif
{{ __('admin::lang.Schedule') }}