chore(customer,partial): mengubah title th dalam tabel,mengubah icon logout dan menambahkan menu layanan di sidebar

This commit is contained in:
Yoga Pangestu 2024-11-24 17:33:23 +07:00
parent cef8ff2adf
commit dcad080e97
3 changed files with 9 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<th>No</th>
<th>Nama</th>
<th>Kontak</th>
<th>Dibuat</th>
<th>Tanggal</th>
<th>Aksi</th>
</tr>
</thead>

View File

@ -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"

View File

@ -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>