Redund status added

This commit is contained in:
jitendra 2019-09-18 19:06:25 +05:30
parent 382dee4da2
commit 4e856d02e8
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@
<td>{{ $refund->created_at }}</td>
<td>#{{ $refund->order->id }}</td>
<td>{{ $refund->order->customer_full_name }}</td>
<td>{{ $refund->status_label }}</td>
<td>{{ __('admin::app.sales.refunds.refunded') }}</td>
<td>{{ core()->formatBasePrice($refund->base_grand_total) }}</td>
<td class="action">
<a href="{{ route('admin.sales.refunds.view', $refund->id) }}">