- add favorites and reported tabs in user profile pages - add remove favorites - customers can view a deal directly from profiles section and deal modal is shown in explore page - fix formatting by pint
5 lines
150 B
PHP
5 lines
150 B
PHP
@props(['active' => false])
|
|
<x-ui.toggle-button :active="$active" {{$attributes->merge(['class' => 'tab-btn'])}}>
|
|
{{$slot}}
|
|
</x-ui.toggle-button>
|