-
 }})
-
- {{ trans('texts.average_invoice') }}
-
-
- @if (count($averageInvoice))
- @foreach ($averageInvoice as $item)
- {{ Utils::formatMoney($item->invoice_avg, $item->currency_id) }}
- @endforeach
- @else
- {{ Utils::formatMoney(0) }}
- @endif
+
 }})
+
+
+ {{ trans('texts.average_invoice') }}
+
+
+ @if (count($averageInvoice))
+ @foreach ($averageInvoice as $item)
+ {{ Utils::formatMoney($item->invoice_avg, $item->currency_id) }}
+ @endforeach
+ @else
+ {{ Utils::formatMoney(0) }}
+ @endif
+