@extends('template.layoutAdmin', ['activeButton'=>'personal']) @section('title') {{ trans('turnos.tituloTurnos') }} @endsection @section('cabecera')
# | {{ trans('turnos.imagen') }} | {{ trans('turnos.nombre') }} | {{ trans('turnos.cargo') }} | {{ trans('turnos.entrada') }} | {{ trans('turnos.salida') }} | {{ trans('turnos.horasTotal') }} |
---|---|---|---|---|---|---|
{{$id}} |
@if ($item->trabajador->fotoPerfil <> "0")
![]() ![]() |
{{$item->trabajador->nombre}} {{$item->trabajador->apellido}} |
@if($item->trabajador->funPerfil) @if($item->trabajador->funEmpladoCaja) {{$item->trabajador->funPerfil->nombre}} - {{$item->trabajador->funEmpladoCaja->funCajaEmplado->nombre}}@else @if($item->trabajador->funEmpleadoComanda){{$item->trabajador->funPerfil->nombre}} - {{$item->trabajador->funEmpleadoComanda->funComandaEmplado->nombre}}@else{{$item->trabajador->funPerfil->nombre}}@endif @endif @endif |
{{$item->entrada}} |
{{ trans('turnos.proceso') }} |
- - |
# | {{ trans('turnos.imagen') }} | {{ trans('turnos.nombre') }} | {{ trans('turnos.cargo') }} | {{ trans('turnos.entrada') }} | {{ trans('turnos.salida') }} | {{ trans('turnos.horasTotal') }} | ||
---|---|---|---|---|---|---|---|---|
{{$id}} |
@if ($item->trabajador->fotoPerfil <> "0")
![]() ![]() |
{{$item->trabajador->nombre}} {{$item->trabajador->apellido}} |
@if($item->trabajador->funPerfil) @if($item->trabajador->funEmpladoCaja) {{$item->trabajador->funPerfil->nombre}} - {{$item->trabajador->funEmpladoCaja->funCajaEmplado->nombre}}@else @if($item->trabajador->funEmpleadoComanda){{$item->trabajador->funPerfil->nombre}} - {{$item->trabajador->funEmpleadoComanda->funComandaEmplado->nombre}}@else{{$item->trabajador->funPerfil->nombre}}@endif @endif @endif |
{{$item->entrada}} |
@if ($item->salida != null)
{{$item->salida}} |
{{$item->restaHoras($item->entrada, $item->salida)}} |
@else
{{ trans('turnos.proceso') }} |
- - |
@endif