akaunting 3.0 (the last dance)
This commit is contained in:
25
resources/views/purchases/recurring_bills/create.blade.php
Normal file
25
resources/views/purchases/recurring_bills/create.blade.php
Normal file
@ -0,0 +1,25 @@
|
||||
<x-layouts.admin>
|
||||
<x-slot name="title">
|
||||
{{ trans('general.title.new', ['type' => trans_choice('general.recurring_bills', 1)]) }}
|
||||
</x-slot>
|
||||
|
||||
<x-slot name="favorite"
|
||||
title="{{ trans('general.title.new', ['type' => trans_choice('general.recurring_bills', 1)]) }}"
|
||||
icon="request_quote"
|
||||
url="{{ route('recurring-bills.create') }}"
|
||||
></x-slot>
|
||||
|
||||
<x-slot name="content">
|
||||
<x-documents.form.content
|
||||
type="bill-recurring"
|
||||
show-recurring
|
||||
hide-company
|
||||
hide-footer
|
||||
hide-edit-item-columns
|
||||
hide-send-to
|
||||
is-purchase-price
|
||||
/>
|
||||
</x-slot>
|
||||
|
||||
<x-documents.script type="bill-recurring" />
|
||||
</x-layouts.admin>
|
Reference in New Issue
Block a user