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
|
// 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)
|
public function update(Request $request, $transId)
|
||||||
@ -58,7 +58,7 @@ class TransactionController extends Controller
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
// Redirect back with a success message
|
// 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)
|
public function destroy($transId)
|
||||||
@ -68,6 +68,6 @@ class TransactionController extends Controller
|
|||||||
$transaction->delete();
|
$transaction->delete();
|
||||||
|
|
||||||
// Redirect back with a success message
|
// 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 -->
|
<!-- Main Footer -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<strong>Copyright © 2024 <a href="https://adminlte.io">AdminLTE.io</a>, Boilerplate by <a
|
<strong>Copyright © 2025 <a href="https://github.com/hafizcode02">Hafiz Caniago</a>. </strong>
|
||||||
href="https://github.com/hafizcode02">Hafiz Caniago</a>. </strong>
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@ -2,9 +2,9 @@
|
|||||||
<aside class="main-sidebar sidebar-dark-primary elevation-4">
|
<aside class="main-sidebar sidebar-dark-primary elevation-4">
|
||||||
<!-- Brand Logo -->
|
<!-- Brand Logo -->
|
||||||
<a href="index3.html" class="brand-link">
|
<a href="index3.html" class="brand-link">
|
||||||
<img src="{{ asset('dist/img/AdminLTELogo.png') }}" alt="AdminLTE Logo"
|
<img src="{{ asset('logo.png') }}" alt="AdminLTE Logo"
|
||||||
class="brand-image img-circle elevation-3" style="opacity: .8">
|
class="brand-image elevation-3" style="opacity: .8">
|
||||||
<span class="brand-text font-weight-light">Laravel Boilerplate</span>
|
<span class="brand-text font-weight-bold"> </span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Sidebar -->
|
<!-- Sidebar -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user