mirror of
https://github.com/phpmon/website
synced 2025-08-07 06:40:08 +02:00
13 lines
362 B
PHP
13 lines
362 B
PHP
<div class="lg:w-1/2 w-full flex py-4 md:px-4 align-middle items-center">
|
|
<div class="flex flex-col">
|
|
@isset ($featureTitle)
|
|
<h3 class="text-blue-800 font-bold mb-2 uppercase">
|
|
{{ $featureTitle }}
|
|
</h3>
|
|
@endisset
|
|
<p class="text-gray-800">
|
|
{{ $slot }}
|
|
</p>
|
|
</div>
|
|
</div>
|