Advertisement
fadlyshafa

Untitled

Feb 21st, 2020
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.52 KB | None | 0 0
  1. <section class="sidebar">
  2.       <!-- Sidebar user panel -->
  3.       <!-- /.search form -->
  4.       <!-- sidebar menu: : style can be found in sidebar.less -->
  5.       <ul class="sidebar-menu" data-widget="tree">
  6.  
  7.        
  8.  
  9.         <li class="menu-sidebar"><a href="{{ url('/dashboard') }}"><span class="fa fa-google-wallet"></span> Beranda Dashboard</span></a></li>
  10.  
  11.         <li class="menu-sidebar"><a href="{{ url('/biodata') }}"><span class="fa fa-google-wallet"></span> Biodata</span></a></li>
  12.  
  13.         <li class="menu-sidebar"><a href="{{ url('/pesan') }}"><span class="fa fa-google-wallet"></span> Kirim Pesan</span></a></li>
  14.  
  15.         @if(\Auth::user()->role == 1)
  16.         <li class="menu-sidebar"><a href="{{ url('/verifikasi') }}"><span class="fa fa-google-wallet"></span> Verifikasi</span></a></li>
  17.  
  18.         <li class="menu-sidebar"><a href="{{ url('/peserta') }}"><span class="fa fa-google-wallet"></span> Data Peserta</span></a></li>
  19.  
  20.         <li class="menu-sidebar"><a href="{{ url('/profile-sekolah') }}"><span class="fa fa-google-wallet"></span> Update Profile Sekolah</span></a></li>
  21.         @endif
  22.  
  23.         <li class="header">OTHER</li>
  24.  
  25.         @if(\Auth::user()->name == 'Admin')
  26.         <li class="menu-sidebar"><a href="{{ url('/reset-password') }}"><span class="glyphicon glyphicon-log-out"></span> Reset Password</span></a></li>
  27.         @endif
  28.  
  29.         <li class="menu-sidebar"><a href="{{ url('/keluar') }}"><span class="glyphicon glyphicon-log-out"></span> Logout</span></a></li>
  30.  
  31.  
  32.       </ul>
  33.     </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement