@include('admin.customer.customer_tab')
@foreach($summary as $key=>$data)
@php
if ($data['color']) {
$color = $data['color'];
} else {
$color = '008000';
}
@endphp
{{ $data['name'] }}
{{ $data['total_status'] }}
@if($allassignee != Auth::user()->id)
{{ __('Assign to me') }}: {{ $assign_to_me[$key] }}
@endif
@endforeach
{!! $dataTable->table(['class' => 'table table-striped table-hover dt-responsive', 'width' => '100%', 'cellspacing' => '0']) !!}