chore(customer,partial): mengubah title th dalam tabel,mengubah icon logout dan menambahkan menu layanan di sidebar
This commit is contained in:
parent
cef8ff2adf
commit
dcad080e97
@ -24,7 +24,7 @@
|
||||
<th>No</th>
|
||||
<th>Nama</th>
|
||||
<th>Kontak</th>
|
||||
<th>Dibuat</th>
|
||||
<th>Tanggal</th>
|
||||
<th>Aksi</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
<li>
|
||||
<a href="#"
|
||||
onclick="event.preventDefault(); document.getElementById('logout-form').submit();">
|
||||
<i data-feather="arrow-left"></i>
|
||||
<i data-feather="log-out"></i>
|
||||
<span>Keluar </span>
|
||||
</a>
|
||||
<form id="logout-form" action="{{ route('auth.logout') }}" method="post"
|
||||
|
||||
@ -75,6 +75,13 @@
|
||||
<span>Pelanggan</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="sidebar-list">
|
||||
<i class="fa fa-thumb-tack"></i>
|
||||
<a class="sidebar-link sidebar-title link-nav" href="{{ route('master.services') }}">
|
||||
<i data-feather="sliders"></i>
|
||||
<span>Layanan</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="right-arrow" id="right-arrow"><i data-feather="arrow-right"></i></div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user