add datatables on orders
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@include('Shop.Orders.partials.list', ['dataTable' => $orders])
|
||||
|
||||
@if ($customer['orders'] ?? false)
|
||||
<table class="table table-striped gradient-green1 green-fluo">
|
||||
@foreach ($customer['orders'] as $order)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@if ($customer['company'])
|
||||
<i class="fa fa-building pr-2"></i>
|
||||
{{ $customer['company'] }}
|
||||
{{ $customer['company'] }}<br>
|
||||
@endif
|
||||
|
||||
<i class="fa fa-fw fa-user pr-2"></i>
|
||||
|
||||
Reference in New Issue
Block a user