@if(empty($employee->alternate_name_emp))
{{strtoupper($employee->last_name_emp)}} {{strtoupper($employee->first_name_emp)}} @else @if(count($employee->alternate_name_emp)>=25) {{strtoupper($employee->alternate_name_emp)}} @else {{strtoupper($employee->alternate_name_emp)}} @endif @endif |
{{$employee->id_emp}} |