- 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
9 lines
219 B
PHP
9 lines
219 B
PHP
<div {{$attributes->merge(['class' => 'tabs'])}} >
|
|
<x-ui.toggle-button-group class="flex-row">
|
|
{{$buttons ?? ''}}
|
|
</x-ui.toggle-button-group>
|
|
<div class="w-full">
|
|
{{$slot}}
|
|
</div>
|
|
</div>
|