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>No</th>
<th>Nama</th> <th>Nama</th>
<th>Kontak</th> <th>Kontak</th>
<th>Dibuat</th> <th>Tanggal</th>
<th>Aksi</th> <th>Aksi</th>
</tr> </tr>
</thead> </thead>

View File

@ -40,7 +40,7 @@
<li> <li>
<a href="#" <a href="#"
onclick="event.preventDefault(); document.getElementById('logout-form').submit();"> onclick="event.preventDefault(); document.getElementById('logout-form').submit();">
<i data-feather="arrow-left"></i> <i data-feather="log-out"></i>
<span>Keluar </span> <span>Keluar </span>
</a> </a>
<form id="logout-form" action="{{ route('auth.logout') }}" method="post" <form id="logout-form" action="{{ route('auth.logout') }}" method="post"

View File

@ -75,6 +75,13 @@
<span>Pelanggan</span> <span>Pelanggan</span>
</a> </a>
</li> </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> </ul>
</div> </div>
<div class="right-arrow" id="right-arrow"><i data-feather="arrow-right"></i></div> <div class="right-arrow" id="right-arrow"><i data-feather="arrow-right"></i></div>