feat: change some little design
This commit is contained in:
parent
f117e708a6
commit
64b20e5288
@ -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
BIN
public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 169 KiB |
@ -1,6 +1,5 @@
|
||||
<!-- Main Footer -->
|
||||
<footer class="main-footer">
|
||||
<strong>Copyright © 2024 <a href="https://adminlte.io">AdminLTE.io</a>, Boilerplate by <a
|
||||
href="https://github.com/hafizcode02">Hafiz Caniago</a>. </strong>
|
||||
<strong>Copyright © 2025 <a href="https://github.com/hafizcode02">Hafiz Caniago</a>. </strong>
|
||||
All rights reserved.
|
||||
</footer>
|
||||
|
||||
@ -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"> </span>
|
||||
</a>
|
||||
|
||||
<!-- Sidebar -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user