complete story 9.5 with qa test
This commit is contained in:
@@ -188,13 +188,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" value="{{ $body_ar }}">
|
||||
<trix-editor
|
||||
@@ -214,13 +214,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" value="{{ $body_en }}">
|
||||
<trix-editor
|
||||
|
||||
Reference in New Issue
Block a user