Thank you teacher ❤ for all this, I have one error and the chatgpt could not help me can you please?
@Sh1nitsu4 ай бұрын
i have an error, i get undefined variable $total_count, i don't know what I did wrong, or is it because i'm currently using laravel 11? Please help
@Sh1nitsu4 ай бұрын
i think i get this error because i am currently in the product view, please help...
@Ghaly1234 ай бұрын
Me to the same error but iam using laravel 10 , please help
@radwasalem92993 ай бұрын
@@Ghaly123 this error when he write code i the div he give me the error and i solve it if you want i can send the code
@alielheddad31312 ай бұрын
@@Sh1nitsu me too I get the same error
@yash-qj4qe7 ай бұрын
where is my-order page dynamic
@DCodeMania7 ай бұрын
Watch all videos
@corpsedad73688 ай бұрын
is this project totally complete or not
@DCodeMania8 ай бұрын
This project is completed if you want whole source code then you can contact me on wolfmania44@gmail.com
@Ghaly1234 ай бұрын
Sahil, please give me some help in this ❤
@Ghaly1234 ай бұрын
public function mount() { $this->total_count = count(CartManagement::getCartItemsFromCookie()); in the browser it say method count can't be null or something like that
@Sh1nitsu4 ай бұрын
@@Ghaly123 its probably because you don't have a items inside your cart, try adding items
@Ghaly1234 ай бұрын
It's showing the error the only way to add is by commenting this line @Sh1nitsu
@Ghaly1234 ай бұрын
@@Sh1nitsu, if count of items is 0 it came with this error and user will came to this website he don't have any item in cart then error will came again