Refactored Filament Livewire components and views. Introduced separate CreateFilament component with route-based navigation. Simplified and cleaned up code by removing legacy modals and unused properties. Updated migrations, table layouts, and styles for consistency.
This commit is contained in:
@@ -38,6 +38,10 @@ class CreateExtruder extends Component
|
||||
return $this->redirectRoute('extruder.show', $extruder->id , navigate: true);
|
||||
}
|
||||
|
||||
public function cancel(){
|
||||
return $this->redirectRoute('extruder.index', navigate: true);
|
||||
}
|
||||
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.extruder.create', [
|
||||
|
||||
Reference in New Issue
Block a user