PP
Как мне вывести при редактировании товара картинки?
Сейчас такая ошибка
/var/www/bossphp.x/
ErrorException
Undefined variable: product (View: /var/www/bossphp.x/resources/views/product/edit.blade.php)
http://bossphp.x:8080/product/edit/39
Size: a a a
PP
PP
IA
А
Р
<div></div>
<script>
document.getElementsByName("div").innerHTML = "siis";
</script>
KS
m
KS
KS
А
<!doctype html>
<html lang="ru-RU">
<head>
<title>Js</title>
<meta name="viewport" content="initial-scale=1.0"/>
<meta charset="utf-8"/>
</head>
<body>
<!--style-->
<style>
</style>
<!--rusJs-->
<div>
</div>
<!--js-->
<script>
document.getElementsByName("div").innerHTML = "siis";
</script>
</body>
</html>
Р
А
Р
А
KS
<!doctype html>
<html lang="ru-RU">
<head>
<title>Js</title>
<meta name="viewport" content="initial-scale=1.0"/>
<meta charset="utf-8"/>
</head>
<body>
<!--style-->
<style>
</style>
<!--rusJs-->
<div>
</div>
<!--js-->
<script>
document.getElementsByName("div").innerHTML = "siis";
</script>
</body>
</html>
Р
А
А
IA
Р