skip to Main Content

@foreach in @foreach have double data laravel – Photoshop

I have two array $softwarelist and $virt_software_select when i use @foreach in blade template like below code i got checked but $softwarelist is double in label. $softwarelist =["Adobe Photoshop","Adobe Illustrator","Corel Draw","My SQL","Oracle"]; $virt_software_select=["Adobe Photoshop","My SQL"]; @foreach($softwarelist as $slst) @foreach($virt_software_select as…

VIEW QUESTION

Starting Laravel App – CPanel

I have seen a lot of similar tutorials and questions to my problem, but none seem to cover what is going on here. Being new to Laravel I'm having some difficulty with the index.php. It looks like the __DIR__ ."path/here"…

VIEW QUESTION
Back To Top
Search