Laravel: Column 'category_slug' cannot be null
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'category_slug' cannot be null (SQL: update products set category_slug = ?, products.updated_at = 2022-12-23 12:06:26 where id = 1) How I get product category_slug colmun from category slug table. Categories Table: |id|name|slug | |4…