Changed colors.index to Livewire

This commit is contained in:
2025-03-15 03:01:59 +01:00
parent 07cd4a5a10
commit 4c775a1d70
8 changed files with 162 additions and 53 deletions
+2
View File
@@ -4,7 +4,9 @@ namespace App\Livewire;
use Livewire\Component;
use App\Models\Manufacturer;
use Livewire\Attributes\title;
#[title('Dashboard')]
class Dashboard extends Component
{
public function render()