26 lines
695 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
2022-06-01 10:15:55 +03:00
<x-layouts.admin>
<x-slot name="title">
{{ trans('general.title.new', ['type' => setting('bill.title', trans_choice('general.bills', 1))]) }}
</x-slot>
2017-09-14 22:21:00 +03:00
2022-06-01 10:15:55 +03:00
<x-slot name="favorite"
title="{{ trans('general.title.new', ['type' => setting('bill.title', trans_choice('general.bills', 1))]) }}"
icon="file_open"
route="bills.create"
></x-slot>
<x-slot name="content">
<x-documents.form.content
type="bill"
hide-company
hide-footer
hide-edit-item-columns
hide-send-to
is-purchase-price
/>
</x-slot>
2017-09-14 22:21:00 +03:00
2020-12-24 01:28:38 +03:00
<x-documents.script type="bill" />
2022-06-01 10:15:55 +03:00
</x-layouts.admin>