Nómina: {{ $payroll->title }}
@foreach ($teachers as $teacher) {{-- @if ($teacher->no_employe == 91) @dd($teacher) @endif --}} @endforeach
N° empleado Apellido Paterno Apellido Materno Nombre Nombre completo Cuenta bancaria CLABE Banco IMSS RFC CURP Tabulador Costo Tabulador 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->rfc }} {{ $teacher->curp }} {{ $teacher->tabulator }} {{ $teacher->cost }} {{ $teacher->total_hours }} {{ $teacher->total }}
Total: {{ $total }}