akaunting 3.0 (the last dance)
This commit is contained in:
13
resources/views/components/tabs/index.blade.php
Normal file
13
resources/views/components/tabs/index.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
@props(['active'])
|
||||
|
||||
<div x-data="{ active: '{{ $active }}' }">
|
||||
<div {{ $attributes }}>
|
||||
<div>
|
||||
<ul class="flex items-center">
|
||||
{!! $navs !!}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{!! $content !!}
|
||||
</div>
|
Reference in New Issue
Block a user