​

{{ $isEditing ? __('user.edit_notification') : __('user.send_push_notification') }}

@error('app_id')

{{ $message }}

@enderror
{{ strlen($title ?? '') }}/255
@error('title')

{{ $message }}

@enderror
{{ strlen($body ?? '') }}/1000
@error('body')

{{ $message }}

@enderror
@if($schedule_type === 'later')

{{ __('user.timezone_notice', ['timezone' => config('app.timezone')]) }}

@error('scheduled_at')

{{ $message }}

@enderror
@endif @if($notification_style === 'image')
@if($isEditing && $existingImageUrl && !$image_file)
Current notification image

{{ __('user.upload_new_to_replace') }}

@endif
@endif