Код: Выделить всё
public function category()
{
$category = Category::where('status', 'true');
return view('admin.services.category', compact('category'));
}
< /code>
Это показывает ошибку
Attempt to read property "category_name" on arrayПодробнее здесь: https://stackoverflow.com/questions/796 ... ding-order
Мобильная версия