$iconCopy = '<ahref="/payroll/emppaytransempreinitpay/' . $trans->emppaytrans_id . '/' . $trans->employee_id . '/' . $trans->paytype_id . '"class="ml-3"data-toggle="tooltip"title="Copy from Payroll Information"onclick="return confirm(\'This will copy payroll information to this record but income and deduction is not affected. Would you like to proceed?\')"><iclass="fa fa-copy"aria-hidden="true"></i></a>';
$iconDelete = '<ahref="/payroll/emppaytransdelete/' . $trans->emppaytrans_id . '"class="ml-3"data-toggle="tooltip"title="Delete Information"onclick="return confirm(\'Are you sure you want to delete this record?\')"><iclass="fas fa-trash"></i></a>';