@extends('templates.admin-lte') @section('styles') @include( 'libraries', ['added' => array('datatables-css', 'jquery-confirm-css', 'jquery-toast-css', 'bootstrap-datetimepicker-css', 'bootstrap-select-css' ) ] ) @endsection @section('header')

Asistencias Indice

@endsection @section('content')
@include("administracion/base/mantenimientos/asistencias/partials/index/filtros")
@php( $COLUMNS = [ 'TIEMPO', 'EMPLEADO', 'EMPRESA', 'ESTADO', 'CENTRO PAGO', 'DOCUMENTO', 'TIPO', 'NRO ORDEN', 'ES EXTRA', 'SUCURSAL' ] )
@foreach($COLUMNS as $column_name) @endforeach @foreach($COLUMNS as $column_name) @endforeach
{{ $column_name }}
{{ $column_name }}

Marcadores Biometricos

Horarios de Migración:
@foreach ($horarios as $horario) {{ $horario->horario }} @endforeach
@php( $COLUMNS = [ 'DESCRIPCIƓN', "IP", "ESTA HABILITADO" ] ) @foreach($COLUMNS as $column_name) @endforeach @foreach($biometricos as $biometrico) @endforeach @foreach( $COLUMNS as $column_name ) @endforeach
{{ $column_name }}
{{ $biometrico->descripcion }} {{ $biometrico->ip }} {!! $biometrico->esta_habilitado?"SI":"NO" !!}
{{ $column_name }}
@endsection @section('scripts') @include('administracion/base/mantenimientos/asistencias/partials/index/scripts') @endsection