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

Web middleware does not get executed (Laravel 5.5) – SEO

I'm trying to create a website with multiple languages (with Laravel 5.5). Therefore I follow the tutorial https://mydnic.be/post/how-to-build-an-efficient-and-seo-friendly-multilingual-architecture-for-your-laravel-application, but somehow I have troubles with the language middleware part: // BeforeLanguage.php namespace AppHttpMiddleware; use Closure; class BeforeLanguage { /** * Handle…

VIEW QUESTION
Back To Top
Search