- Created a dedicated UserDashboardController to handle user-related logic. - Added deal listing views and components for users, including action toolbars, broker contact, and stat badges. - Refactored UI components to support new features like toggle buttons and improved input handling. - Updated routes with a new prefix for user-related pathways, ensuring a better structure across dashboards.
14 lines
363 B
PHP
14 lines
363 B
PHP
<div class="">
|
|
<x-ui.button-sm class="text-accent-600">
|
|
<x-heroicon-o-heart class="w-4"/>
|
|
</x-ui.button-sm>
|
|
|
|
<x-ui.button-sm class="text-accent-600">
|
|
<x-heroicon-o-star class="w-4"/>
|
|
</x-ui.button-sm>
|
|
|
|
<x-ui.button-sm class="text-accent-600">
|
|
<x-heroicon-o-exclamation-circle class="w-4"/>
|
|
</x-ui.button-sm>
|
|
</div>
|