validate(); Product::create([ 'sku' => $this->sku, 'name' => $this->name, 'description' => $this->description ?: null, 'price' => $this->price, 'active' => $this->active, ]); $this->reset(); Flux::modal('create-product')->close(); $this->dispatch('product-created'); } }; ?>
New Product
Create Product
Create