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