@extends('template.layoutAdmin', ['activeButton'=>'personal']) @section('title') {{ trans('turnos.tituloTurnos') }} @endsection @section('cabecera')
@endsection @section('contenido')# | {{ trans('turnos.entrada') }} | {{ trans('turnos.salida') }} | {{ trans('turnos.horasTotal') }} | ||
---|---|---|---|---|---|
{{$id}} | {{$item->entrada}} | @if ($item->salida != null){{$item->salida}} | {{$item->restaHoras($item->entrada, $item->salida)}} | @else{{ trans('turnos.proceso') }} | - - | @endif