akaunting 3.0 (the last dance)
This commit is contained in:
11
resources/views/components/form/section/head.blade.php
Normal file
11
resources/views/components/form/section/head.blade.php
Normal file
@ -0,0 +1,11 @@
|
||||
<div class="border-b-2 border-gray-200 {{ !empty($description) ? ' pb-4' : 'pb-2' }}">
|
||||
<h2 class="lg:text-lg font-medium text-black">
|
||||
{{ $title }}
|
||||
</h2>
|
||||
|
||||
@if (!empty($description))
|
||||
<span class="text-sm font-light text-black">
|
||||
{!! $description !!}
|
||||
</span>
|
||||
@endif
|
||||
</div>
|
Reference in New Issue
Block a user