18 lines
558 B
PHP
Raw Permalink Normal View History

2022-06-01 10:15:55 +03:00
<x-layouts.admin>
<x-slot name="title">
{{ trans('general.title.new', ['type' => setting('invoice.title', trans_choice('general.invoices', 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('invoice.title', trans_choice('general.invoices', 1))]) }}"
icon="description"
route="invoices.create"
></x-slot>
2017-09-14 22:21:00 +03:00
2022-06-01 10:15:55 +03:00
<x-slot name="content">
<x-documents.form.content type="invoice" />
</x-slot>
2017-09-14 22:21:00 +03:00
2020-12-25 14:50:17 +03:00
<x-documents.script type="invoice" />
2022-06-01 10:15:55 +03:00
</x-layouts.admin>