-
{{ $loop->iteration }}
- {{ $transaction->id }}
- {{ $refund->orders->pembeli }}
- {{ $refund->orders->penjual }}
- {{ $refund->total }}
- {{ $refund->created_at }}
- {{ $refund->due_date }}
-
- {{ $refund->id }}
+ {{ $refund->transaction->data_pembeli->nama_depan }}
+
+ {{ $refund->transaction->data_penjual->nama_depan }}
+
+ {{ $refund->total }}
+ {{ $refund->created_at }}
+ {{ $refund->due_date }}
+ {{ ucwords($refund->status) }}
History Refund
+Refund
Refund
@@ -33,16 +33,16 @@
@foreach ($refunds as $refund)
- {{ $refund->status }}
+
@@ -64,4 +64,7 @@
- @endsection
+
+
+ @extends('admin.transaction.modal-keterangan-status')
+@endsection
diff --git a/resources/views/Admin/refund/modal-next-detail-refund.blade.php b/resources/views/Admin/refund/modal-next-detail-refund.blade.php
index 2efcab8b..d6b3f55d 100644
--- a/resources/views/Admin/refund/modal-next-detail-refund.blade.php
+++ b/resources/views/Admin/refund/modal-next-detail-refund.blade.php
@@ -23,7 +23,7 @@
diff --git a/resources/views/Admin/setting/index.blade.php b/resources/views/Admin/setting/index.blade.php
index 24423e80..4d8bd76b 100644
--- a/resources/views/Admin/setting/index.blade.php
+++ b/resources/views/Admin/setting/index.blade.php
@@ -164,7 +164,9 @@
# | ++ # + | Bulan | Tahun | Persentase (%) | diff --git a/resources/views/Admin/transaction/detail-transaction.blade.php b/resources/views/Admin/transaction/detail-transaction.blade.php index f5c0c6d4..78c05dcf 100644 --- a/resources/views/Admin/transaction/detail-transaction.blade.php +++ b/resources/views/Admin/transaction/detail-transaction.blade.php @@ -12,19 +12,22 @@
---|
@@ -41,8 +41,18 @@ | Rp {{ number_format($transaction->total_bayar, 2, ',', '.') }} | {{ $transaction->created_at }} | {{ $transaction->updated_at }} | -{{ ucwords($transaction->status) }} + | {{ ucwords($transaction->status) }} |
@@ -126,8 +136,6 @@
modal.find('.activities').html(activitiesHtml);
});
-
-
});
@endsection
diff --git a/resources/views/Admin/transaction/modal-tracking.blade.php b/resources/views/Admin/transaction/modal-tracking.blade.php
index c3e16bf6..4647d3cd 100644
--- a/resources/views/Admin/transaction/modal-tracking.blade.php
+++ b/resources/views/Admin/transaction/modal-tracking.blade.php
@@ -1,5 +1,5 @@
-
-
-
-
-
-{{-- @extends('layout.main')
-@section('content')
- @foreach ($detail_transaction as $detail_transactions)
-
@@ -14,98 +14,12 @@
-
-
-
-
-
-
-
-
- August 21, 2023, 8:30:15 am
-
- User Created Trade -
-
-
-
-
-
-
-
- August 22, 2023, 8:30:15 am
-
- System Notified Admin -
-
-
-
-
-
-
-
- August 23, 2023, 8:30:15 am
-
- Admin Accepted Trade -
-
-
-
-
-
-
-
- August 24, 2023, 8:30:15 am
-
- Trade in system -
-
+
-
-
-
-
-
- August 24, 2023, 8:30:15 am
-
- Transaction Success -
- Back
-
-
- @endforeach
-@endsection --}}
diff --git a/resources/views/User/contact/index.blade.php b/resources/views/User/contact/index.blade.php
index f72dddd3..cdfddd39 100644
--- a/resources/views/User/contact/index.blade.php
+++ b/resources/views/User/contact/index.blade.php
@@ -23,7 +23,7 @@
-
- Tracking Information-
-
- Tracking Number: {{ $detail_transactions['tracking_number'] }} -Order ID: {{ $detail_transactions['orderId'] }} -Status: {{ $detail_transactions['status'] }} -Estimated: {{ $detail_transactions['estimated'] }} -Tracking Details-
-
{{ ++$key }} |
-
- {{ $HistoryRefundUser['orderId'] }} |
-
- {{ $HistoryRefundUser['Customer'] }} |
-
- {{ $HistoryRefundUser['seller'] }} |
-
- {{ $HistoryRefundUser['Total'] }} |
- {{ $HistoryRefundUser['dueDate'] }} |
-
-
- | Ditolak
- {{-- {{ $HistoryRefundUser['status'] }} --}}
-
+ {{ $loop->iteration }} |
+ {{ $refund->id }} |
+ {{ $refund->transaction->data_pembeli->nama_depan }}
+ |
+ {{ $refund->transaction->data_penjual->nama_depan }}
+ |
+ {{ $refund->total }} |
+ {{ $refund->created_at }} |
+ {{ $refund->due_date }} |
+ {{ ucwords($refund->status) }}
|
-
- {{ $HistoryRefundUser['uploadBukti'] }} |
-
+ |
+
+
+ Detail
+
+
- - Admin-- {{ $transaction->data_pembeli->nama_depan . ' ' . $transaction->data_pembeli->nama_belakang }}-- {{ $transaction->data_penjual->nama_depan . ' ' . $transaction->data_penjual->nama_belakang }}-
-
+
-
- Timeline-
+ + Admin++ {{ $transaction->data_pembeli->nama_depan . ' ' . $transaction->data_pembeli->nama_belakang }} +++ {{ $transaction->data_penjual->nama_depan . ' ' . $transaction->data_penjual->nama_belakang }} ++
+
+
+ Timeline+
diff --git a/resources/views/User/transaction/Pembeli/index.blade.php b/resources/views/User/transaction/Pembeli/index.blade.php
index cca6d477..4f2f75b6 100644
--- a/resources/views/User/transaction/Pembeli/index.blade.php
+++ b/resources/views/User/transaction/Pembeli/index.blade.php
@@ -33,10 +33,12 @@
|
---|