"Updated AdminController and orders.blade.php to display order items, added modal to view order details, and made minor changes to adminheader.blade.php"

This commit is contained in:
UronShrestha
2024-07-16 13:50:22 +05:45
parent 12aef87712
commit 7670867b62
4 changed files with 290 additions and 66 deletions

View File

@ -11,6 +11,7 @@
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> --}}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- Required meta tags -->
<meta charset="utf-8">