@foreach([['/', 'Home'], ['/about', 'About'],
['/departments', 'Departments'], ['/admissions', 'Admissions'],
['/academics/programs/ug','Programs'],['/placements', 'Placements'],
['/research', 'Research'], ['/faculty', 'Faculty'],
['/facilities', 'Facilities'], ['/activities', 'Activities'],
['/gallery', 'Gallery'], ['/news', 'News'],
['/downloads', 'Downloads'], ['/contact', 'Contact']] as [$url,$label])
{{ $label }}
@endforeach