Solutions
@foreach(config('phylopos.industries') as $industry) {{ $industry['title'] }} @endforeachPlatform
@foreach([['Hardware', route('hardware')], ['Payments', route('payments')], ['Features', route('features.index')], ['Integrations', route('integrations')]] as [$label, $url]) {{ $label }} @endforeach @foreach([['Customers', route('customers')], ['Pricing', route('pricing')], ['About', route('about')], ['Contact', route('contact')]] as [$label, $url]) {{ $label }} @endforeach