fadlyshafa

Untitled

Feb 13th, 2020
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.19 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('/verifikasi') }}"><span class="fa fa-google-wallet"></span> Verifikasi</span></a></li>
  14.  
  15.         <li class="menu-sidebar"><a href="{{ url('/peserta') }}"><span class="fa fa-google-wallet"></span> Data Peserta</span></a></li>
  16.        
  17.  
  18.         <li class="header">OTHER</li>
  19.  
  20.         @if(\Auth::user()->name == 'Admin')
  21.         <li class="menu-sidebar"><a href="{{ url('/reset-password') }}"><span class="glyphicon glyphicon-log-out"></span> Reset Password</span></a></li>
  22.         @endif
  23.  
  24.         <li class="menu-sidebar"><a href="{{ url('/keluar') }}"><span class="glyphicon glyphicon-log-out"></span> Logout</span></a></li>
  25.  
  26.  
  27.       </ul>
  28.     </section>
Add Comment
Please, Sign In to add comment