Nómina: | {{ $payroll->title }} |
N° empleado | Apellido Paterno | Apellido Materno | Nombre | Nombre completo | Cuenta bancaria | CLABE | Banco | IMSS | RFC | CURP | Total de horas | Ganancia |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $teacher->no_employe }} | {{ $teacher->father_last_name }} | {{ $teacher->mother_last_name }} | {{ $teacher->name }} | {{ "$teacher->name $teacher->father_last_name $teacher->mother_last_name"}} | {{ $teacher->bank_account }} | ="{{ $teacher->clabe }}" | {{ $teacher->bank }} | {{ $teacher->imss ? $teacher->imss : 'n/a' }} | {{ $teacher->rfc ? $teacher->rfc : 'n/a' }} | {{ $teacher->curp ? $teacher->curp : 'n/a' }} | {{ $teacher->total_hours }} | {{ $teacher->total }} |
Total: | {{ $total }} |