@php $items = array( array( 'title' => 'How to use customize Metronoc\'s SASS', ), array( 'title' => 'How to change web font globally', ), array( 'title' => 'How to setup dark mode', ), array( 'title' => 'Metronic file structure and build tools', ), array( 'title' => 'Metronic integration with Blazor server side', ), ); @endphp

Latest Tutorials

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