Department Wise Total Employee

{{$data[0]->emp_type_name}}

@foreach($data as $key => $val)
{{$val->department_name}} {{$val->total}}
@endforeach