Want to access all of our courses? (36 h 00 min)
You also get:
Already a member? Login here
At the UpdateProductRequest.php file, the rule of exists have a problem.
as is : 'category_id' => ['required', 'exists:category,id'],
should be: 'category_id' => ['required', 'exists:categories,id'],
thanks, updated
Inside primaryButton custom component: :processing="form.processing" will be :disabled="form.processing"
At the UpdateProductRequest.php file, the rule of exists have a problem.
as is : 'category_id' => ['required', 'exists:category,id'],
should be: 'category_id' => ['required', 'exists:categories,id'],
thanks, updated
Inside primaryButton custom component: :processing="form.processing" will be :disabled="form.processing"
thanks, updated