| {{$item->get_emp_basic_info->emp_name }} |
{{$item->get_emp_basic_info->emp_code}} |
{{$item->get_emp_basic_info->fetch_designation ? $item->get_emp_basic_info->fetch_designation->name :null}} |
{{$item->get_emp_basic_info->fetch_department ? $item->get_emp_basic_info->fetch_department->name : null}} |
@if ($item->add_deduct == 2)
{{__('obs.duduct')}} |
@else
{{__('obs.add')}} |
@endif
|
|
|
|
|
@endforeach