@php if (theme()->isDarkModeEnabled()) { if (theme()->isDarkMode()) { $logoPath = theme()->getOption('layout', 'docs/logo-path/dark'); } else { $logoPath = theme()->getOption('layout', 'docs/logo-path/default'); } } else { $logoPath = theme()->getOption('layout', 'docs/logo-path/default'); } @endphp
{!! theme()->getSvgIcon("icons/duotune/abstract/abs015.svg", "svg-icon-2tx mt-1") !!}
@include('layout/docs/_page-title')
@if(theme()->isFreeVersion() === true) Preview Upgrade to Pro @else Preview Purchase @endif