| @lang('fleet.customer') | @lang('fleet.total') | @foreach($customers_by_month as $key=>$val)
|---|---|
| {{$key}} | {{Hyvikk::get('currency')}} {{$val}} |
| @lang('fleet.customer') | @lang('fleet.total') | @php($i=0) @foreach($top10 as $key=>$val) @if($val!=0) @php($i++)
|---|---|
| {{$i}}. {{$key}} | {{Hyvikk::get('currency')}} {{$val}} |