mirror of
https://github.com/phpmon/website
synced 2025-08-07 06:40:08 +02:00
Updates for PHP Monitor 6 features
This commit is contained in:
@ -2,7 +2,12 @@
|
||||
<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>
|
||||
<h3 class="text-blue-800 font-bold mb-3 uppercase">
|
||||
@isset($new)
|
||||
<span class="bg-blue-800 text-white px-2 py-1 rounded mr-2">NEW</span>
|
||||
@endisset
|
||||
{{ $featureTitle }}
|
||||
</h3>
|
||||
@endisset
|
||||
<p class="text-lg">{{ $slot }}</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user