@extends('template.layoutAdmin', ['activeButton'=>'personal']) @section('title') {{ trans('restaurantes.titulorRestauranteTranajadoresIndex') }} @endsection @section('cabecera')

{{trans('restaurantes.titulorRestauranteTranajadoresIndex') }} {{ trans('restaurantes.mensajeAyuda') }}

@endsection @section('contenido')
@if(Session::has('message')) @endif @if(Session::has('message_error')) @endif @if(count($errors) > 0)
@endif
@sidebar('createTrabajadores') @endsidebar
@php $id = 1; @endphp @foreach ($dataTrabajador as $item) @if($item->funPerfil) @if($item->funEmpladoCaja) @else @if($item->funEmpleadoComanda) @else @endif @endif @endif @if ($item->idEstado == 1) @else @endif @php $id++; @endphp @endforeach
# {{ trans('restaurantes.nombre') }} {{ trans('restaurantes.email') }} {{ trans('restaurantes.celular') }} {{ trans('restaurantes.documento') }} {{ trans('restaurantes.cargo trabajador') }} {{ trans('restaurantes.fecha') }} {{ trans('restaurantes.estado') }}
{{$id}} {{$item->nombre}} {{$item->apellido}} {{$item->email}} +{{$item->codigo_pais}} {{$item->celular}} {{$item->numeroDocumento}}{{$item->funPerfil->nombre}} - {{$item->funEmpladoCaja->funCajaEmplado->nombre}} {{$item->funPerfil->nombre}} - {{$item->funEmpleadoComanda->funComandaEmplado->nombre}}{{$item->funPerfil->nombre}}{{$item->created_at}} {{ trans('restaurantes.activo') }} {{ trans('restaurantes.inactivo') }}
@endsection