@include('admin.customer.customer_tab')
@php
$fromDate = isset($from) ? $from : '';
$toDate = isset($to) ? $to : '';
$project = isset($allproject) ? $allproject : '';
$department = isset($alldepartment) ? $alldepartment : '';
@endphp
@foreach($summary as $counter => $data)
@php
if ($data->color) {
$color = $data->color;
} else {
$color = '008000';
}
@endphp
@endforeach
{!! $dataTable->table(['class' => 'table table-striped table-hover dt-responsive', 'width' => '100%', 'cellspacing' => '0']) !!}