This commit is contained in:
2025-12-07 15:58:07 +07:00
parent 75a641ab40
commit 942aeafb60
2211 changed files with 178727 additions and 89 deletions

View File

@@ -0,0 +1,22 @@
<div class="w-[100%]">
<div class="m-[15px] p-[15px] rounded-[15px] bg-white shadow-[0_1px_1px_0_rgba(0,0,0,0.1)] overflow-x-auto">
<h1 class="text-[24px] font-[700] mb-3">Quản lý shipping</h1>
<div class="mb-[20px]">
<h2 class="font-[16px] font-bold mb-[10px]">Cài đặt hệ thống chung</h2>
<a href="/admin/shipping2/setting"
class="group flex items-center justify-center w-[100px] border-[1px] border-[#0041E8] rounded-[4px] p-[5px_10px_5px_10px] hover:bg-blue-700">
<i class="fa-solid fa-screwdriver-wrench mr-[5px] text-[#0041E8] group-hover:text-white"></i>
<span class="text-[#0041E8] font-bold group-hover:text-white">Cài đặt</span>
</a>
</div>
<div class="mb-[20px]">
<h2 class="font-[16px] font-bold mb-[10px]">Cài đặt phí ship từng vùng</h2>
<a href="/admin/shipping2/fee"
class="group flex items-center justify-center w-[100px] border-[1px] border-[#0041E8] rounded-[4px] p-[5px_10px_5px_10px] hover:bg-blue-700">
<i class="fa-solid fa-screwdriver-wrench mr-[5px] text-[#0041E8] group-hover:text-white"></i>
<span class="text-[#0041E8] font-bold group-hover:text-white">Cài đặt</span>
</a>
</div>
</div>
</div>