dealhub/resources/views/components/footer-icon.blade.php
2026-01-08 14:43:06 +05:30

8 lines
224 B
PHP

<div class="p-3 rounded-xl bg-[#1E2A39] hover:bg-[#2a3542] w-fit flex justify-center items-center text-center">
<a href="">
<div class="w-6 fill-[#BDC1D2] ">
{{$slot}}
</div>
</a>
</div>