complete story 9.5 with qa test

This commit is contained in:
Naser Mansour
2026-01-03 00:19:21 +02:00
parent 1f2357fe5e
commit 67502af83d
12 changed files with 542 additions and 74 deletions
@@ -147,13 +147,13 @@ new class extends Component
<flux:heading size="sm">{{ __('posts.arabic_content') }}</flux:heading>
<flux:field>
<flux:label>{{ __('posts.title') }} ({{ __('posts.arabic') }}) *</flux:label>
<flux:label class="required">{{ __('posts.title') }} ({{ __('posts.arabic') }})</flux:label>
<flux:input wire:model="title_ar" dir="rtl" required />
<flux:error name="title_ar" />
</flux:field>
<flux:field>
<flux:label>{{ __('posts.body') }} ({{ __('posts.arabic') }}) *</flux:label>
<flux:label class="required">{{ __('posts.body') }} ({{ __('posts.arabic') }})</flux:label>
<div wire:ignore>
<input id="body_ar" type="hidden" wire:model="body_ar">
<trix-editor
@@ -173,13 +173,13 @@ new class extends Component
<flux:heading size="sm">{{ __('posts.english_content') }}</flux:heading>
<flux:field>
<flux:label>{{ __('posts.title') }} ({{ __('posts.english') }}) *</flux:label>
<flux:label class="required">{{ __('posts.title') }} ({{ __('posts.english') }})</flux:label>
<flux:input wire:model="title_en" required />
<flux:error name="title_en" />
</flux:field>
<flux:field>
<flux:label>{{ __('posts.body') }} ({{ __('posts.english') }}) *</flux:label>
<flux:label class="required">{{ __('posts.body') }} ({{ __('posts.english') }})</flux:label>
<div wire:ignore>
<input id="body_en" type="hidden" wire:model="body_en">
<trix-editor