- users active is recorded when users logges in - add active broker and active customer multi axis line chart - add filter option of 30 days and 7 days
8 lines
267 B
PHP
8 lines
267 B
PHP
@props(['active' => false])
|
|
@aware(['activeColor' => 'bg-white'])
|
|
<div
|
|
{{$attributes->class(["toggleBtn rounded-full hover:border-gray-300 border border-transparent transition-colors duration-300 ease-in-out", $activeColor => $active])}}
|
|
>
|
|
{{ $slot }}
|
|
</div>
|