ErrorException (E_ERROR)
Call to undefined method Illuminate\Support\HtmlString::withQueryString() (View: C:\xampp\htdocs\parquet\resources\views\category.blade.php) public function setSlugAttribute($value)
{
$this->attributes['slug'] = Str::slug(mb_substr($this->manufacture, 0, 60), "-");
} array:7 [▼
"_token" => "aHoKleiOnAdLyulvpDZcR8IeyNkypyNzrPy0nbHw"
"manufacture" => "Производитель 2"
"description" => null
"meta_description" => null
"meta_keywords" => null
"country" => null
"slug" => "0"
]SQL: insert into `manufactures` (`manufacture`, `description`, `meta_description`, `meta_keywords`, `country`) value="{{ $manufacture->slug ?? '0' }}"dd($request->all())), но ошибка сохранилась.