sigd/resources/views/partials/index/info-card.blade.php

7 lines
362 B
PHP

<!-- Info Card Component -->
<div class="info-card bg-[url({{ asset($backgroundImage) }})] bg-no-repeat bg-cover flex flex-col items-start gap-3 text-white justify-end p-3 pb-[30px] rounded-[10px] h-[500px]">
<div class="content">
<h4 class="text-[20px]">{{ $title }}</h4>
<p class="font-thin text-sm">{{ $description }}</p>
</div>
</div>