Laravel this is not only a practical framework, it is also a programming style
Trying to redirect to the previous page with variables
$get_product = Product::where('name',$request->name)->first(); return redirect()->back()->with('get_product',$get_product);
but i have this error when i print variable
Aucun commentaire:
Enregistrer un commentaire