Document form component styling..

This commit is contained in:
Cüneyt Şentürk
2020-12-28 16:21:09 +03:00
parent f8d0075f79
commit 47917a0cc8
16 changed files with 749 additions and 1028 deletions

View File

@ -18,6 +18,16 @@
<x-documents.form.items
type="{{ $type }}"
:document="$document"
hide-edit-item-columns="{{ $hideEditItemColumns }}"
hide-items="{{ $hideItems }}"
text-items="{{ $textItems }}"
hide-quantity="{{ $hideQuantity }}"
text-quantity="{{ $textQuantity }}"
hide-price="{{ $hidePrice }}"
text-price="{{ $textPrice }}"
hide-discount="{{ $hideDiscount }}"
hide-amount="{{ $hideAmount }}"
text-amount="{{ $textAmount }}"
/>
<x-documents.form.totals