@php $items = array( array( 'image' => 'svg/brand-logos/bebo.svg', 'title' => 'Briviba SaaS', 'link' => 'By James' ), array( 'image' => 'svg/brand-logos/vimeo.svg', 'title' => 'Vine Quick Reports', 'link' => 'By Andres', ), array( 'image' => 'svg/brand-logos/kickstarter.svg', 'title' => 'KC Account CRM', 'link' => 'By Keenthemes', ), array( 'image' => 'svg/brand-logos/balloon.svg', 'title' => 'Baloon SaaS', 'link' => 'By SIA Team', ), array( 'image' => 'svg/brand-logos/infography.svg', 'title' => 'Most Cloudy UMC', 'link' => 'By Andrei', ), array( 'image' => 'svg/brand-logos/disqus.svg', 'title' => 'Disqus Forum', 'link' => 'By Disqus Inc.', ), array( 'image' => 'svg/brand-logos/plurk.svg', 'title' => 'Proove Quick CRM', 'link' => 'By Proove Limited', ) ); @endphp
{{ theme()->getView('layout/search/_base') }}
{{ theme()->getView('partials/menus/_menu-1') }}

Projects

@foreach($items as $item)
{{ $item['title'] }}
{{ $item['link'] }}
@endforeach