2022-06-01 10:15:55 +03:00
|
|
|
<x-layouts.admin>
|
|
|
|
<x-slot name="title">
|
|
|
|
{{ trans_choice('general.invoices', 2) }}
|
|
|
|
</x-slot>
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-slot name="favorite"
|
|
|
|
title="{{ trans_choice('general.invoices', 2) }}"
|
|
|
|
icon="description"
|
|
|
|
route="invoices.index"
|
|
|
|
></x-slot>
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-slot name="buttons">
|
|
|
|
<x-documents.index.buttons type="invoice" />
|
|
|
|
</x-slot>
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-slot name="moreButtons">
|
|
|
|
<x-documents.index.more-buttons type="invoice" />
|
|
|
|
</x-slot>
|
|
|
|
|
|
|
|
<x-slot name="content">
|
|
|
|
<x-documents.index.content type="invoice" :documents="$invoices" active-tab="invoice" />
|
|
|
|
</x-slot>
|
2018-10-04 16:16:55 +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>
|