- make deals reachable - add recent search feature - add animation in profile menu - refactor blade markup of explore page
5 lines
151 B
PHP
5 lines
151 B
PHP
@props(['activeColor' => 'bg-white'])
|
|
<div {{$attributes->merge(['class' => 'flex gap-2 bg-[#ececf0] p-1 rounded-full w-fit'])}}>
|
|
{{$slot}}
|
|
</div>
|