Contents:
Any errors being triggered?
do you think any thing would be wrong in here?
can you expand the dd?
to see the values of the 2 basket items?
do you mean like this?
and can you explain why you are manuelly setting the id?
Have someone of you worked with this before?
Any errors being triggered?
do you think any thing would be wrong in here?
can you expand the dd?
to see the values of the 2 basket items?
do you mean like this?
and can you explain why you are manuelly setting the id?
Have someone of you worked with this before?
natghi2010 2021-01-30 20:25:38
What is being deleted at ln 115
Jadidi_82 2021-01-30 20:26:31
after that I inserted basket to tracks I delete all of the baskets values
natghi2010 2021-01-30 20:27:20
Jadidi_82 2021-01-30 20:26:31
after that I inserted basket to tracks I delete all of the baskets values
Any errors being triggered?
Jadidi_82 2021-01-30 20:27:41
no it just insert one of the items
Jadidi_82 2021-01-30 20:27:59
not the both for example
Jadidi_82 2021-01-30 20:29:09
Jadidi_82 2021-01-30 20:21:31
Hey guys I want to insert all of the users->baskets but it only insert one of the values. do you know what is wrong in my code or if you can please tell me the other ways to solve it.
do you think any thing would be wrong in here?
natghi2010 2021-01-30 20:29:38
Jadidi_82 2021-01-30 20:29:09
do you think any thing would be wrong in here?
can you expand the dd?
natghi2010 2021-01-30 20:29:49
to see the values of the 2 basket items?
Jadidi_82 2021-01-30 20:31:10

do you mean like this?
natghi2010 2021-01-30 20:31:47
Jadidi_82 2021-01-30 20:25:34
there are two values
No i mean the dd
Jadidi_82 2021-01-30 20:32:04
natghi2010 2021-01-30 20:31:47
No i mean the dd
ok
Jadidi_82 2021-01-30 20:32:25

Jadidi_82 2021-01-30 20:32:49

natghi2010 2021-01-30 20:34:14
can you return $users->baskets?
natghi2010 2021-01-30 20:34:26
I want to see the json
natghi2010 2021-01-30 20:35:25
and can you explain why you are manuelly setting the id? what happens if you remove it? Does it auto-generate?
Jadidi_82 2021-01-30 20:37:11
natghi2010 2021-01-30 20:35:25
and can you explain why you are manuelly setting the id? what happens if you remove it? Does it auto-generate?
actually that is auto generate but until that I didnt insert the id it had error
natghi2010 2021-01-30 20:38:41
natghi2010 2021-01-30 20:34:14
can you return $users->baskets?
so the issue is here
Jadidi_82 2021-01-30 20:39:10
natghi2010 2021-01-30 20:34:14
can you return $users->baskets?
you mean i should return in my foreach
natghi2010 2021-01-30 20:39:17
before it
natghi2010 2021-01-30 20:39:32
im thinking it might have the same id for both
Jadidi_82 2021-01-30 20:40:22

you mean here?
natghi2010 2021-01-30 20:40:40
yes
Jadidi_82 2021-01-30 20:41:02
natghi2010 2021-01-30 20:39:32
im thinking it might have the same id for both
on it is not
Jadidi_82 2021-01-30 20:41:12
I am sure
natghi2010 2021-01-30 20:41:14
ok better move to dms
Batu157 2021-01-30 22:51:36
Hello guys, I’m trying to make a Telegram bot with laravel but I get an error at the very start. Have someone of you worked with this before?
Vinay Jana 2021-01-30 22:56:26
Need some help in modifying nginx conf can anyone help
Vinay Jana 2021-01-30 22:57:17
Using vue as frontend and laravel as backend
Vinay Jana 2021-01-30 22:57:48
Iam pretty new to nginx
natghi2010 2021-01-30 23:07:40
Batu157 2021-01-30 22:51:36
Hello guys, I’m trying to make a Telegram bot with laravel but I get an error at the very start. Have someone of you worked with this before?
whats the library?
Batu157 2021-01-30 23:10:12
natghi2010 2021-01-30 23:07:40
whats the library?
Irazasyed/teletram-bot-sdk
req98 2021-01-31 00:14:05
Whoever wants html theme just pm
unknownstranges 2021-01-31 01:14:44
I’m using laravel and how do i round to the nearest decimal in this <p>{{$val->percent/7}} % </p>
Batu157 2021-01-31 01:38:10
unknownstranges 2021-01-31 01:14:44
I’m using laravel and how do i round to the nearest decimal in this <p>{{$val->percent/7}} % </p>
number_format($val->percent/7, 2) the number 2 is how many decimals you want to