@php // List items $items = array( array( 'icon' => 'icons/duotune/electronics/elc004.svg', 'title' => 'BoomApp by Keenthemes', 'number' => '#45789' ), array( 'icon' => 'icons/duotune/graphs/gra001.svg', 'title' => '"Kept API Project Meeting', 'number' => '#84050' ), array( 'icon' => 'icons/duotune/graphs/gra006.svg', 'title' => '"KPI Monitoring App Launch', 'number' => '#84250' ), array( 'icon' => 'icons/duotune/graphs/gra002.svg', 'title' => 'Project Reference FAQ', 'number' => '#67945' ), array( 'icon' => 'icons/duotune/communication/com010.svg', 'title' => '"FitPro App Development', 'number' => '#84250' ), array( 'icon' => 'icons/duotune/finance/fin001.svg', 'title' => 'Shopix Mobile App', 'number' => '#45690' ), array( 'icon' => 'icons/duotune/graphs/gra002.svg ', 'title' => '"Landing UI Design" Launch', 'number' => '#24005' ), ); @endphp
Recently Searched
{!! theme()->getSvgIcon("icons/duotune/coding/cod001.svg", "svg-icon-1") !!}
{!! theme()->getSvgIcon("icons/duotune/arrows/arr072.svg", "svg-icon-2") !!}
@foreach($items as $item)
{!! theme()->getSvgIcon($item['icon'], "svg-icon-2 svg-icon-primary") !!}
{{ $item['title'] }} {{ $item['number'] }}
@endforeach