@extends('cms::layouts/dashboard') @section('breadcrumb') @endsection @section('dashboard-content')
@foreach($icons as $icon)

{{ $icon }}

@endforeach
@endsection