Browse Source

Update index.blade.php

Dennis 2 years ago
parent
commit
8b57f91777
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/views/admin/payments/index.blade.php

+ 2 - 0
resources/views/admin/payments/index.blade.php

@@ -44,6 +44,7 @@
                                 <th>{{ __('Tax Value') }}</th>
                                 <th>{{ __('Tax Percentage') }}</th>
                                 <th>{{ __('Total Price') }}</th>
+                                <th>{{ __('User') }}</th>
                                 <th>{{ __('Payment ID') }}</th>
                                 <th>{{ __('Payment Method') }}</th>
                                 <th>{{ __('Created at') }}</th>
@@ -81,6 +82,7 @@
                     {data: 'tax_value'},
                     {data: 'tax_percent'},
                     {data: 'total_price'},
+                    {data: 'user'},
                     {data: 'payment_id'},
                     {data: 'payment_method'},
                     {data: 'created_at'},