Removed all controller and view files related to Colors, Filaments, Filament Types, and Manufacturers.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user