{{-- komentar za lažje urejanje v Developer Tools --}} @if(!empty(App\Classes\Prefs::$web_edit_mode) or App::isLocal()) @endif @php /** @var \App\Models\Page $page */ @endphp @if(str_starts_with($page->icon_class, 'ms:')) {{-- Material Symbols icons --}} {{substr($page->icon_class, 3)}}{!! $content['text'] ?? null !!} @else {{-- IcoMoon ucart-symbols-font --}} {!! $content['text'] ?? null !!} @endif