@foreach ($teachers as $teacher) @endforeach
N° empleado Nombre completo Email Celular RFC CURP IMSS Profesion Fecha de admision Fecha de nacimiento Genero Estado civil Nacionalidad Area Cuenta bancaria CLABE Banco Horas de clases Nivel de tabulador Tabulador Licenciatura Licenciatura expedida por Cedula de licenciatura Maestria Maestria expedida por Cedula de maestria Doctorado Doctorado expedida por Cedula de doctorado Otros (estudios,diplomas etc) EAD
# {{ $teacher->no_employe }} {{ $teacher->full_name }} {{ $teacher->email }} {{ $teacher->cellphone }} {{ $teacher->rfc }} {{ $teacher->curp }} {{ $teacher->imss }} {{ $teacher->profession }} {{ $teacher->admission_date }} {{ $teacher->date_of_birth }} {{ $teacher->gender }} {{ $teacher->civil_status }} {{ $teacher->nacionality }} {{ $teacher->area }} {{ $teacher->bank_account }} {{ $teacher->clabe }} {{ $teacher->bank }} {{ $teacher->num_hours }} Hr {{ $teacher->tabulator_level }} {{ $teacher->tabulator_type }} {{ $teacher->bachelor_degree }} {{ $teacher->bachelor_degree_issued }} {{ $teacher->bachelor_degree_certificate }} {{ $teacher->master_degree }} {{ $teacher->master_degree_issued }} {{ $teacher->master_degree_certificate }} {{ $teacher->doctorate_degree }} {{ $teacher->doctorate_degree_issued }} {{ $teacher->doctorate_degree_certificate }} {{ $teacher->others }} {{ $teacher->ead ? "Si":"No" }}