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

@ -45,6 +45,16 @@
text-due-at="{{ $textDueAt }}"
hide-order-number="{{ $hideOrderNumber }}"
text-order-number="{{ $textOrderNumber }}"
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 }}"
/>
@if (!$hideFooter)