Merge pull request #6356 from bagisto/devansh-webkul-patch-2
Update view.blade.php
This commit is contained in:
commit
0c012947e5
|
|
@ -499,7 +499,7 @@
|
|||
<td>#{{ $invoice->increment_id ?? $invoice->id }}</td>
|
||||
<td>{{ $invoice->created_at }}</td>
|
||||
<td>#{{ $invoice->order->increment_id }}</td>
|
||||
<td>{{ $invoice->address->name }}</td>
|
||||
<td>{{ $order->customer_full_name }}</td>
|
||||
<td>{{ $invoice->status_label }}</td>
|
||||
<td>{{ core()->formatBasePrice($invoice->base_grand_total) }}</td>
|
||||
<td class="action">
|
||||
|
|
|
|||
Loading…
Reference in New Issue