singleloginsystem/resources/views/components/dashbord-topbar.blade.php
kushal-saha 4a5436a3b4 chore: restructure views and add Livewire components for dashboard functionality
- remove flux dashboard
- add DTOs for the connecter services

Deps:
- spatie/laravel-data
- blade-icons (lucide-icons)
- tailwind-merge
2026-05-08 07:20:59 +00:00

13 lines
394 B
PHP

<div class="w-full py-4 px-10 border-b border-gray-200 flex justify-center">
<div class="flex-1 py-2">
<p class="text-xl font-medium">Admin Panel</p>
</div>
<div class="flex space-x-4">
<x-shared.button>
<x-lucide-bell class="w-5 h-5" />
</x-shared.button>
<div class="rounded-full w-12 h-12 bg-blue-200">
</div>
</div>
</div>