Removed all controller and view files related to Colors, Filaments, Filament Types, and Manufacturers.

This commit is contained in:
2025-12-12 03:14:07 +01:00
parent 3d209903f9
commit 85b97ed3b1
34 changed files with 127 additions and 1220 deletions
+3 -3
View File
@@ -19,7 +19,7 @@
@livewireStyles
@fluxAppearance
</head>
<body class="font-sans antialiased min-h-screen bg-white dark:bg-zinc-800">
<body class="font-sans antialiased min-h-screen">
<x-banner />
<div>
@@ -27,14 +27,14 @@
<!-- Page Heading -->
@if (isset($header) || isset($headeraction))
<div class="bg-white dark:bg-zinc-700 shadow-sm ">
<div class="shadow-sm ">
<div class="flex justify-between max-w-7xl mx-auto items-center">
@if (isset($header))
<x-header>
{{ $header }}
</x-header>
@endif
@if (isset($headeraction))
<x-headeraction>
{{ $headeraction }}