From cab28b65ff66e73485be12038dc763695e3389ab Mon Sep 17 00:00:00 2001 From: franknstayn Date: Thu, 3 Feb 2022 20:48:23 +0800 Subject: [PATCH] update order status report --- resources/views/admin/main.blade.php | 1074 +++++++++-------- .../views/admin_pages/order_status.blade.php | 5 +- 2 files changed, 571 insertions(+), 508 deletions(-) diff --git a/resources/views/admin/main.blade.php b/resources/views/admin/main.blade.php index 211ebfb..54cc523 100644 --- a/resources/views/admin/main.blade.php +++ b/resources/views/admin/main.blade.php @@ -4,6 +4,7 @@ This is a starter template page. Use this page to start your new project from scratch. This page gets rid of all links and provides the needed markup only. --> + @@ -16,7 +17,7 @@ scratch. This page gets rid of all links and provides the needed markup only. - + - + @@ -44,8 +45,8 @@ scratch. This page gets rid of all links and provides the needed markup only. {{-- spectrum --}} - - + + - + + +
- - @include('admin.header') - - @include('admin.sidebar') + + @include('admin.header') + + @include('admin.sidebar') - + @yield('content') - + - - @include('admin.footer') + + @include('admin.footer') - -
+
- + @@ -251,7 +255,7 @@ desired effect - + @@ -263,7 +267,7 @@ desired effect - + - + + \ No newline at end of file diff --git a/resources/views/admin_pages/order_status.blade.php b/resources/views/admin_pages/order_status.blade.php index e5b0b0d..c3c2ca5 100644 --- a/resources/views/admin_pages/order_status.blade.php +++ b/resources/views/admin_pages/order_status.blade.php @@ -36,7 +36,7 @@
-
@@ -44,7 +44,7 @@
-
@@ -75,6 +75,7 @@ {{ $item->ProductName }} {{ $item->OrderStatus }} {{ date("F j, Y g:i A", strtotime($item->DateCreated)) }} + {{ date('Y/m/d', strtotime($item->DateCreated)) }} @endforeach