{!! $errors->first('excel', ':message') !!}
{!! csrf_field() !!}
@foreach($import_log as $yearmonth => $month)

{{date('M, Y', strtotime($yearmonth.'-01'))}}: {{number_format(array_sum($month))}}

@endforeach
@section('script4') @stop