@extends('layout.sidebar') @section('content') @section('title','Empleados con FotografĂa') {{ Form::open(array('url' => action('EmployeePictureController@postReportPdf', array()), 'class' => '', 'method' => 'POST','id'=>'dataPdf')) }} {{Form::token()}}
EMPLEADO | TIPO DE EMPLEADO | ARCHIVO | |
---|---|---|---|
|
{{$employee->employee}} |
@foreach($aux AS $j)
@if( $j == 'TEACHING')
Docente @elseif($j == 'ADMINISTRATIVE')Administrativo @elseif($j == 'SERVICES')Servicios @elseif($j == 'EXTERNAL')Externo @endif @endforeach |
@if($employee->withPhoto == 'YES')
Con Foto @else Sin Foto @endif |