'icons/duotune/abstract/abs027.svg', 'color' => 'success', 'title' => 'Project Briefing', 'description' => 'Project Manager', ), array( 'icon' => 'icons/duotune/art/art005.svg', 'color' => 'warning', 'title' => 'Concept Design', 'description' => 'Art Director' ), array( 'icon' => 'icons/duotune/communication/com012.svg', 'color' => 'primary', 'title' => 'Functional Logics', 'description' => 'Lead Developer' ), array( 'icon' => 'icons/duotune/coding/cod008.svg', 'color' => 'danger', 'title' => 'Development', 'description' => 'DevOps' ), array( 'icon' => 'icons/duotune/general/gen049.svg', 'color' => 'info', 'title' => 'Testing', 'description' => 'QA Managers' ) ); ?>

Tasks Overview Pending 10 tasks

{{ theme()->getView('partials/menus/_menu-1') }}
@foreach($listRows as $row)
{!! theme()->getSvgIcon($row['icon'], "svg-icon-2x svg-icon-" . $row['color']); !!}
{{ $row['title'] }} {{ $row['description'] }}
@endforeach