@if(count($data)) @foreach($data as $key=>$item) @endforeach @else @endif
STT Loại nhóm Tên Trưởng nhóm Thành viên Cập nhật Thêm
{{$key+1}} {{$item->department_id==\App\Constants\DepartmentConstant::TELESALES?'Sale' :($item->department_id==\App\Constants\DepartmentConstant::MARKETING?'Marketing' :($item->department_id==\App\Constants\DepartmentConstant::CSKH?'CSKH':'Carepage') )}} {{@$item->code}} {{@$item->name}} {{@$item->user->full_name}} {{@$item->getNameUser()}} {{@$item->created_at}}
{{ 'Tổng số ' . $data->total() . ' bản ghi ' . (request()->search ? 'found' : '') }}
{{ $data->appends(['search' => @$input['search'],'branch_id' => @$input['branch_id'],'department_id' => @$input['department_id'] ])->links() }}