File tree Expand file tree Collapse file tree
app-core/app/Views/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 </a>
5050<?php else : ?>
5151<a class="flex items-center gap-3 px-3 py-2.5 rounded-lg text-slate-600 dark:text-slate-400 hover:bg-slate-50 dark:hover:bg-slate-800 transition-colors" href="#">
52- <span class="material-symbols-outlined text-xl">volunteer_activism</span>
53- <span class="text-sm font-medium">Riwayat Donasi</span>
52+ <span class="material-symbols-outlined text-xl">search</span>
53+ <span class="text-sm font-medium">Cari Masjid</span>
54+ </a>
55+ <a class="flex items-center gap-3 px-3 py-2.5 rounded-lg text-slate-600 dark:text-slate-400 hover:bg-slate-50 dark:hover:bg-slate-800 transition-colors" href="#">
56+ <span class="material-symbols-outlined text-xl">mosque</span>
57+ <span class="text-sm font-medium">Masjid Saya</span>
58+ </a>
59+ <a class="flex items-center gap-3 px-3 py-2.5 rounded-lg <?= (str_contains ($ uri , 'dashboard/lms ' )) ? $ activeClass : $ inactiveClass ?> " href="<?= base_url ('dashboard/lms ' ) ?> ">
60+ <span class="material-symbols-outlined text-xl">school</span>
61+ <span class="text-sm font-medium">E-Learning (LMS)</span>
5462</a>
5563<a class="flex items-center gap-3 px-3 py-2.5 rounded-lg text-slate-600 dark:text-slate-400 hover:bg-slate-50 dark:hover:bg-slate-800 transition-colors" href="#">
5664<span class="material-symbols-outlined text-xl">favorite</span>
5765<span class="text-sm font-medium">Program Diikuti</span>
5866</a>
67+ <a class="flex items-center gap-3 px-3 py-2.5 rounded-lg text-slate-600 dark:text-slate-400 hover:bg-slate-50 dark:hover:bg-slate-800 transition-colors" href="#">
68+ <span class="material-symbols-outlined text-xl">volunteer_activism</span>
69+ <span class="text-sm font-medium">Riwayat Donasi</span>
70+ </a>
5971<?php endif ; ?>
6072</nav>
6173</div>
You can’t perform that action at this time.
0 commit comments