diff --git a/resources/views/layout/footer.blade.php b/resources/views/Admin/layout/footer.blade.php similarity index 100% rename from resources/views/layout/footer.blade.php rename to resources/views/Admin/layout/footer.blade.php diff --git a/resources/views/layout/header.blade.php b/resources/views/Admin/layout/header.blade.php similarity index 100% rename from resources/views/layout/header.blade.php rename to resources/views/Admin/layout/header.blade.php diff --git a/resources/views/Admin/layout/main.blade.php b/resources/views/Admin/layout/main.blade.php new file mode 100644 index 00000000..b31cf25c --- /dev/null +++ b/resources/views/Admin/layout/main.blade.php @@ -0,0 +1,106 @@ + + + +
+ + + + +Order ID | +Customer | +Seller | +Total | +Due Date | +Status | +Action | +
---|---|---|---|---|---|---|
{{ $transactions['orderId'] }} | +{{ $transactions['customer'] }} | +{{ $transactions['seller'] }} | +{{ $transactions['total'] }} | +{{ $transactions['date'] }} | +
+ {{ $transactions['status'] }}
+ |
+
+
+
+
+
+ |
+
Order ID | -Customer | -Seller | -Total | -Due Date | -Status | -Action | -
---|---|---|---|---|---|---|
{{ $transactions['orderId'] }} | -{{ $transactions['customer'] }} | -{{ $transactions['seller'] }} | -{{ $transactions['total'] }} | -{{ $transactions['date'] }} | -
- {{ $transactions['status'] }}
- |
- - - - | -