@extends('layouts.app') @section('css') {{ Html::style("css/dashboard.css") }} @endsection @section('content')

Reporte de Inventario Tablets-Biométricos

CONCEPTO TABLETS BIOMÉTRICOS TOTAL
Nóveles {{ $count['noveles']['tablets'] }} {{ $count['noveles']['hamsters'] }} {{ $count['noveles']['total'] }}
Financiamiento {{ $count['financiamiento']['tablets'] }} {{ $count['financiamiento']['hamsters'] }} {{ $count['financiamiento']['total'] }}
Sistemas {{ $count['sistemas']['tablets'] }} {{ $count['sistemas']['hamsters'] }} {{ $count['sistemas']['total'] }}
Compra Directa {{ $count['compra_directa']['tablets'] }} {{ $count['compra_directa']['hamsters'] }} {{ $count['compra_directa']['total'] }}
Equipamiento Gerencias {{ $count['equipamiento_gerencias']['tablets'] }} {{ $count['equipamiento_gerencias']['hamsters'] }} {{ $count['equipamiento_gerencias']['total'] }}
Servicio a Clientes {{ $count['servicio_a_clientes']['tablets'] }} {{ $count['servicio_a_clientes']['hamsters'] }} {{ $count['servicio_a_clientes']['total'] }}
Mesa de Control {{ $count['mesa_de_control']['tablets'] }} {{ $count['mesa_de_control']['hamsters'] }} {{ $count['mesa_de_control']['total'] }}
Premios y concursos {{ $count['premios_y_concursos']['tablets'] }} {{ $count['premios_y_concursos']['hamsters'] }} {{ $count['premios_y_concursos']['total'] }}
Garantías {{ $count['garantia']['tablets'] }} {{ $count['garantia']['hamsters'] }} {{ $count['garantia']['total'] }}
TOTAL {{ $count['total']['tablets'] }} {{ $count['total']['hamsters'] }} {{ $count['total']['total'] }}
COMPRAS TOTALES {{ $count['inventario']['tablets'] }} {{ $count['inventario']['hamsters'] }} {{ $count['inventario']['total'] }}
STOCK {{ $count['stock']['tablets'] }} {{ $count['stock']['hamsters'] }} {{ $count['stock']['total'] }}

Totales


Tipo de producto en Inventario

Stock

Asignados

Por concepto

Total

@if($count['noveles']['total'])

Nóveles

@endif @if($count['financiamiento']['total'])

Financiamiento

@endif @if($count['sistemas']['total'])

Nóveles

@endif @if($count['equipamiento_gerencias']['total'])

Equipamiento Gerencias

@endif @if($count['servicio_a_clientes']['total'])

Servicio a Clientes

@endif @if($count['mesa_de_control']['total'])

Mesa de Control

@endif @if($count['premios_y_concursos']['total'])

Premios y concursos

@endif


@endsection @section('js') {{ Html::script("js/imports.js") }} @endsection