akaunting 3.0 (the last dance)
This commit is contained in:
13
resources/views/components/show/accordion/head.blade.php
Normal file
13
resources/views/components/show/accordion/head.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
<div>
|
||||
<h2 class="lg:text-lg font-medium text-black">
|
||||
<span class="border-b border-transparent transition-all group-hover:border-black">
|
||||
{{ $title }}
|
||||
</span>
|
||||
</h2>
|
||||
|
||||
@if (! empty($description))
|
||||
<span class="text-sm font-light text-black">
|
||||
{!! $description !!}
|
||||
</span>
|
||||
@endif
|
||||
</div>
|
Reference in New Issue
Block a user