Toggles is not align in the settings invoice page

This commit is contained in:
Merve Karaman 2023-03-10 15:57:00 +03:00
parent 77fb8df96b
commit 23dd26ebd9

View File

@ -128,9 +128,11 @@
/>
</div>
<div class="flex gap-10">
<x-form.group.toggle name="hide_item_description" label="{{ trans('settings.invoice.hide.item_description') }}" :value="setting('invoice.hide_item_description')" not-required form-group-class="sm:col-span-6" />
<x-form.group.toggle name="hide_amount" label="{{ trans('settings.invoice.hide.amount') }}" :value="setting('invoice.hide_amount')" not-required form-group-class="sm:col-span-6" />
</div>
</x-slot>
</x-form.section>