{!! Form::open([ 'method' => 'GET', 'class' => 'form-horizontal' ]) !!} {!! Form::hidden('active_tab', 'executive') !!}
No. empleado | Nombre(s) | Apellido(s) | Usuario CUSP | Gerencia | Gerente | |
---|---|---|---|---|---|---|
{{$executive->employee_number}} | {{$executive->first_name}} | {{$executive->last_name}} | {{$executive->cusp}} | {{$executive->management->name or 'N/A'}} | {{$executive->manager->fullname or 'No asignado'}} | @include('admin.users.partials.actions', ['user' => $executive]) |