@php $items = array( array( 'title' => 'How to use Metrponic with Django Framework ?', ), array( 'title' => 'When to expect new version of Metronic Laravel ?', ), array( 'title' => 'Could not get Metronic Demo 7 working', ), array( 'title' => 'I want to get a refund', ), array( 'title' => 'How to use Metrponic with Rails Framework ?', ), ); @endphp

Popular Questions

@foreach($items as $item)
{!! theme()->getSvgIcon("icons/duotune/general/gen057.svg", "svg-icon-2 mt-0 me-2") !!} {{ $item['title'] }}
@endforeach