Satish Tigga 2019-05-05 21:33:31
I want to display data to pricing table from database can somebody please help me with this
Satish Tigga 2019-05-05 21:36:09
Hello can anyone help
Satish Tigga 2019-05-05 21:36:13
Me
Satish Tigga 2019-05-05 21:36:15
Please
Satish Tigga 2019-05-05 21:38:13
Please can anybody help me with this issue
skys215 2019-05-05 21:40:57
What’s the problem
skys215 2019-05-05 21:41:26
get the data from database, pass it into template, done
Satish Tigga 2019-05-05 22:00:07
I am using foreach to fetch all data and I checking if condition where I am matching a particular string and I want to display the data according
Satish Tigga 2019-05-05 22:00:34
Based of if condition string matching but it’s not happening
skys215 2019-05-05 22:01:14
wait
Satish Tigga 2019-05-05 22:01:54
Thanks sky’s 215 at least you responded ….
skys215 2019-05-05 22:02:08
I still doesn’t understand where is the problem.
Satish Tigga 2019-05-05 22:02:31
Wait I will provide you screenshot then it will be clear
skys215 2019-05-05 22:02:34
ok
Satish Tigga 2019-05-05 22:04:37
Pricing table*
Satish Tigga 2019-05-05 22:04:43

This is the table whose value I want to display it from database
Satish Tigga 2019-05-05 22:04:47

Satish Tigga 2019-05-05 22:05:51
Satish Tigga 2019-05-05 22:04:47
In the if I use if condition and match it with string then the data will not get displayed in the screen
skys215 2019-05-05 22:06:37
Where’s the if condition? which line
Satish Tigga 2019-05-05 22:08:19

Satish Tigga 2019-05-05 22:08:34

Satish Tigga 2019-05-05 22:09:04

skys215 2019-05-05 22:09:17
would it be $broadband->planname
not $boradband->$planname
not $boradband->$planname
skys215 2019-05-05 22:09:34
remove the dollar sign from the planname
Satish Tigga 2019-05-05 22:11:39
Bro I got the point I need to check plan code in if condition and then display data accordingly
Satish Tigga 2019-05-05 22:11:54
Thanks Man you saved me
skys215 2019-05-05 22:13:11

Satish Tigga 2019-05-05 22:13:46
Yup man I got it thanks for saving me from trouble
skys215 2019-05-05 22:14:00
planname is a property of the $broadband, not a variable.
so just simply remove the dollar sign before of the planname
so just simply remove the dollar sign before of the planname
skys215 2019-05-05 22:14:03
ok
skys215 2019-05-05 22:14:06
not at all
Satish Tigga 2019-05-05 22:14:28
Thanks man can I contact you through any means
berto309 2019-05-05 22:39:45
Package that perform Self-Diagnosis Tests On Your Laravel Application
https://github.com/beyondcode/laravel-self-diagnosis
GitHub – beyondcode/laravel-self-diagnosis: Perform Self-Diagnosis Tests On Your Laravel Application – GitHub
Perform Self-Diagnosis Tests On Your Laravel Application – GitHub – beyondcode/laravel-self-diagnosis: Perform Self-Diagnosis Tests On Your Laravel Application
Perform Self-Diagnosis Tests On Your Laravel Application – GitHub – beyondcode/laravel-self-diagnosis: Perform Self-Diagnosis Tests On Your Laravel Application
berto309 2019-05-05 22:40:01
Laravel Best Practicses
https://github.com/alexeymezenin/laravel-best-practices
GitHub – alexeymezenin/laravel-best-practices: Laravel best practices – GitHub
Laravel best practices. Contribute to alexeymezenin/laravel-best-practices development by creating an account on GitHub.
Laravel best practices. Contribute to alexeymezenin/laravel-best-practices development by creating an account on GitHub.
rachitbucha 2019-05-05 23:30:54

rachitbucha 2019-05-05 23:31:01
Someone please help
rachitbucha 2019-05-05 23:31:14
facing this issue
skys215 2019-05-05 23:32:03
see log
skys215 2019-05-05 23:32:12
at storage/logs/laravel.log
rachitbucha 2019-05-05 23:32:22
skys215 2019-05-05 23:32:03
see log
then brother
skys215 2019-05-05 23:32:30
or set APP_DEBUG=true in .env file to see the error
rachitbucha 2019-05-05 23:33:03
thanks brother i try this
skys215 2019-05-05 23:33:43
ok
rachitbucha 2019-05-05 23:35:02
skys215 2019-05-05 23:33:43
ok
rachitbucha 2019-05-05 23:35:07
after debug true
skys215 2019-05-05 23:36:00

skys215 2019-05-05 23:36:04
see the error?
rachitbucha 2019-05-05 23:36:38
what is mix manifest
skys215 2019-05-05 23:36:57
https://laravel.com/docs/5.8/mix
Laravel – The PHP Framework For Web Artisans – Laravel
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
skys215 2019-05-05 23:37:19

see this file