标签: php laravel-5
尝试使用变量重定向到上一页
$get_product = Product::where('name',$request->name)->first(); return redirect()->back()->with('get_product',$get_product);
但是当我打印变量