akaunting 3.0 (the last dance)
This commit is contained in:
5
resources/views/components/tabs/tab.blade.php
Normal file
5
resources/views/components/tabs/tab.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
@props(['id'])
|
||||
|
||||
<div id="tab-{{ $id }}" data-tabs-content="{{ $id }}" x-show="active === '{{ $id }}'">
|
||||
{{ $slot }}
|
||||
</div>
|
Reference in New Issue
Block a user