By putting them in a single array?

|
Prem Soni 2021-03-13 09:17:35
how to solve these error
Prem Soni 2021-03-13 09:22:08
solved
gxlo_supreme 2021-03-13 09:22:44
By putting them in a single array?
SHUBHAM PANCHAL 2021-03-13 09:35:11
laravel_discuss-73254.jpg

SHUBHAM PANCHAL 2021-03-13 09:35:12
laravel_discuss-73255.jpg

SHUBHAM PANCHAL 2021-03-13 09:35:30
Any one help me
?please
Ted_dir 2021-03-13 09:37:59
Prem Soni 2021-03-13 09:17:24

You can’t because a column image_1 null

Prem Soni 2021-03-13 09:41:47
Ted_dir 2021-03-13 09:37:59
You can’t because a column image_1 null

solved

Prem Soni 2021-03-13 09:42:26
laravel_discuss-73260.jpg

Prem Soni 2021-03-13 09:43:17
laravel_discuss-73261.jpg

Prem Soni 2021-03-13 09:43:28
how to solve these error
kv_sanjay 2021-03-13 09:47:02
Prem Soni 2021-03-13 09:43:17

There is an undefined variable in the view page which u may not have passed to the view from controller

Prem Soni 2021-03-13 09:48:15
kv_sanjay 2021-03-13 09:47:02
There is an undefined variable in the view page which u may not have passed to the view from controller

it”s not the error

Prem Soni 2021-03-13 09:48:26
error is in my code
Ryan151995 2021-03-13 09:48:34
Prem Soni 2021-03-13 09:43:28
how to solve these error

Yeah means you declare a variable on view file but you didnt pass any value from controller like key value

kv_sanjay 2021-03-13 09:49:14
Prem Soni 2021-03-13 09:48:26
error is in my code

The view page is laso ur code right

Prem Soni 2021-03-13 09:49:49
actually i want to update form
Prem Soni 2021-03-13 09:50:43
and i make a function update and try to update when i update input type file there was no error but when i update price it shown me erroe
Ryan151995 2021-03-13 10:06:56
I see your method to update the form search on google you will also find some easy method for update
Prem Soni 2021-03-13 10:07:14
ok
Prem Soni 2021-03-13 10:08:39
i have to fetch value of my price from database so i put it in value
Prem Soni 2021-03-13 10:09:20
value=$sales->price
Prem Soni 2021-03-13 10:09:41
now i need to update then it is showing me error
2021-03-13 12:37:12
Prem Soni 2021-03-13 10:09:41
now i need to update then it is showing me error

What errors? Can you send screenshot?

Prem Soni 2021-03-13 12:37:23
yes
2021-03-13 12:39:35
kv_sanjay 2021-03-13 09:47:02
There is an undefined variable in the view page which u may not have passed to the view from controller

Right… Prem did you check if you’re passing this to your view?

segungreat 2021-03-13 13:54:03
Prem Soni 2021-03-13 10:09:20
value=$sales->price

Can you show your code

GauravGohil 2021-03-13 13:54:59
How to integrate laravel cashier paddle subscription
GauravGohil 2021-03-13 13:55:10
I am new to this and I don’t know how to do it
segungreat 2021-03-13 14:07:47
GauravGohil 2021-03-13 13:54:59
How to integrate laravel cashier paddle subscription

I haven’t use that before but go through the documentation, it should be quite easy

MFN_7 2021-03-13 14:15:36
salut tu ne sais pas comment on résous l’erreur 404 du servelet stp
rachidloukili 2021-03-13 15:24:40
———————————-
How Regex Works.
A regular expression Example : /^d+$/
Which will allow only a number of one or more digits.
explication :
/ start of regex
^ matches beginning of string
d matches any digit
+ modifies the above to match one or more
$ matches the end of line
/ ends the regex
——————————————-
Plaravuedev 2021-03-13 15:34:50
Please html regex for international phone number
Acird Burn 2021-03-13 16:46:15
Hi everyone am looking for an experienced laravel php developer to help with a payment gateway integration
Joice 2021-03-13 16:51:25
Joice 2021-03-12 09:16:40
I need to implement realtime notifications in my laravel project using socket.io
Can anybody suggest me a good reference for that

My requirement : I have a user app and when the user adds a product to cart IT SHOULD SHOW IN IN NOTIFICATIONS TAB REALTIME without refresh..
I want to use socket.io for this …
Can anybody suggest a good reference for it..
Its difficult for me to understand the documentation of socket.io

|