formatting
This commit is contained in:
parent
3f4d2aeef0
commit
2a9c88bb5d
@ -224,7 +224,7 @@ return [
|
|||||||
'copied' => 'Copied',
|
'copied' => 'Copied',
|
||||||
'preview_mode' => 'Preview Mode',
|
'preview_mode' => 'Preview Mode',
|
||||||
'go_back' => 'Go back to :type',
|
'go_back' => 'Go back to :type',
|
||||||
'validation_error' => 'Validation error.',
|
'validation_error' => 'Validation error',
|
||||||
|
|
||||||
'card' => [
|
'card' => [
|
||||||
'cards' => 'Card|Cards',
|
'cards' => 'Card|Cards',
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="relative px-8 text-sm text-black text-center pb-2 cursor-pointer transition-all border-b tabs-link col-span-3"
|
<li class="relative px-8 text-sm text-black text-center pb-2 cursor-pointer transition-all border-b tabs-link col-span-3"
|
||||||
id="tab-others"
|
id="tab-other"
|
||||||
data-id="tab-others"
|
data-id="tab-other"
|
||||||
data-tabs="others"
|
data-tabs="other"
|
||||||
x-on:click="active = 'others'"
|
x-on:click="active = 'other'"
|
||||||
x-bind:class="active != 'others' ? '' : 'active-tabs text-purple border-purple transition-all after:absolute after:w-full after:h-0.5 after:left-0 after:right-0 after:bottom-0 after:bg-purple after:rounded-tl-md after:rounded-tr-md'"
|
x-bind:class="active != 'other' ? '' : 'active-tabs text-purple border-purple transition-all after:absolute after:w-full after:h-0.5 after:left-0 after:right-0 after:bottom-0 after:bg-purple after:rounded-tl-md after:rounded-tr-md'"
|
||||||
>
|
>
|
||||||
{{ trans_choice('general.others', 2) }}
|
{{ trans_choice('general.others', 1) }}
|
||||||
|
|
||||||
<span class="invalid-feedback block text-xs text-red whitespace-normal" v-if="form.errors.has('number')||form.errors.has('description')||form.errors.has('recurring')">
|
<span class="invalid-feedback block text-xs text-red whitespace-normal" v-if="form.errors.has('number')||form.errors.has('description')||form.errors.has('recurring')">
|
||||||
{{ trans('general.validation_error') }}
|
{{ trans('general.validation_error') }}
|
||||||
@ -50,7 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="tab-others" data-tabs-content="others" x-show="active === 'others'">
|
<div id="tab-other" data-tabs-content="other" x-show="active === 'other'">
|
||||||
<div class="grid sm:grid-cols-6 gap-x-8 gap-y-6 my-3.5">
|
<div class="grid sm:grid-cols-6 gap-x-8 gap-y-6 my-3.5">
|
||||||
<x-form.group.textarea name="description" label="{{ trans('general.description') }}" rows="3" not-required form-group-class="col-span-6" />
|
<x-form.group.textarea name="description" label="{{ trans('general.description') }}" rows="3" not-required form-group-class="col-span-6" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user