add datatables on orders

This commit is contained in:
Ludovic CANDELLIER
2023-02-28 08:42:53 +01:00
parent bb77a199eb
commit 3943fc033f
10 changed files with 62 additions and 4 deletions

View File

@@ -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)

View File

@@ -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>