Add New Product
@csrf @include('products.partials.form-fields', [ 'product' => null, // No existing product for new creation 'categories' => $categories, 'isModal' => true // Add this flag to adjust for modal context ])