Akaunting/resources/views/components/documents/show/restore.blade.php

15 lines
394 B
PHP
Raw Normal View History

2022-06-01 07:15:55 +00:00
<x-show.accordion type="restore" :open="($accordionActive == 'create')">
<x-slot name="head">
<x-show.accordion.head
title="{{ trans('general.restore') }}"
description="{!! $description !!}"
/>
</x-slot>
<x-slot name="body">
<x-button>
{{ trans('general.restore') }}
</x-button>
</x-slot>
</x-show.accordion>