akaunting 3.0 (the last dance)
This commit is contained in:
14
resources/views/components/documents/show/restore.blade.php
Normal file
14
resources/views/components/documents/show/restore.blade.php
Normal file
@ -0,0 +1,14 @@
|
||||
<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>
|
Reference in New Issue
Block a user