feat: change some little design

This commit is contained in:
Hafiz Caniago 2025-04-27 23:22:25 +07:00
parent f117e708a6
commit 64b20e5288
4 changed files with 7 additions and 8 deletions

View File

@ -39,7 +39,7 @@ class TransactionController extends Controller
]);
// Redirect back with a success message
return redirect()->back()->with('success', 'Transaction created successfully.');
return redirect()->back()->with('success', 'Transaksi berhasil ditambahkan.');
}
public function update(Request $request, $transId)
@ -58,7 +58,7 @@ class TransactionController extends Controller
]);
// Redirect back with a success message
return redirect()->back()->with('success', 'Transaction updated successfully.');
return redirect()->back()->with('success', 'Transaksi berhasil diperbarui.');
}
public function destroy($transId)
@ -68,6 +68,6 @@ class TransactionController extends Controller
$transaction->delete();
// Redirect back with a success message
return redirect()->back()->with('success', 'Transaction deleted successfully.');
return redirect()->back()->with('success', 'Transaksi berhasil dihapus.');
}
}

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

View File

@ -1,6 +1,5 @@
<!-- Main Footer -->
<footer class="main-footer">
<strong>Copyright &copy; 2024 <a href="https://adminlte.io">AdminLTE.io</a>, Boilerplate by <a
href="https://github.com/hafizcode02">Hafiz Caniago</a>. </strong>
<strong>Copyright &copy; 2025 <a href="https://github.com/hafizcode02">Hafiz Caniago</a>. </strong>
All rights reserved.
</footer>

View File

@ -2,9 +2,9 @@
<aside class="main-sidebar sidebar-dark-primary elevation-4">
<!-- Brand Logo -->
<a href="index3.html" class="brand-link">
<img src="{{ asset('dist/img/AdminLTELogo.png') }}" alt="AdminLTE Logo"
class="brand-image img-circle elevation-3" style="opacity: .8">
<span class="brand-text font-weight-light">Laravel Boilerplate</span>
<img src="{{ asset('logo.png') }}" alt="AdminLTE Logo"
class="brand-image elevation-3" style="opacity: .8">
<span class="brand-text font-weight-bold">&nbsp;</span>
</a>
<!-- Sidebar -->