@lang('fleet.customerReport')

@lang('fleet.customerReport') {{date('F', mktime(0, 0, 0, $month_select, 10))}}-{{$year_select}}

@foreach($customers_by_month as $key=>$val) @endforeach
@lang('fleet.customer') @lang('fleet.total')
{{$key}} {{Hyvikk::get('currency')}} {{$val}}

@lang('fleet.topCustomers') ({{$year_select}})

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