Refactored Color Livewire components, added CreateColor, EditColor, and ShowColor components. Updated views, navigation, and Tailwind color schemes. Adjusted database migrations for consistency.
This commit is contained in:
@@ -12,7 +12,7 @@ class Dashboard extends Component
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.dashboard', [
|
||||
'manufacturer' => Manufacturer::all()->sortBy('filament_count')->reverse()
|
||||
'manufacturers' => Manufacturer::all()->sortBy('filament_count')->reverse()
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user