@extends('layouts.app', ['bodyClass' => 'main-table']) @section('header')
Refresar al listado de archivos Descargar como XLS
@endsection @section('content')
@if($validation->num_periodo > 4) @else @endif
Nombre / Referencia Periodo anual Número de periodo Fecha de carga
{{$validation->name}} {{$validation->periodo_anual}}{{$validation->num_periodo - 4}} - {{$validation->num_periodo}}1 - {{$validation->num_periodo}}{{$validation->created_at}}
@if(count($ventas))
@foreach($ventas as $key => $venta) @if($venta->hamster_price > 0) @else @endif @if($venta->tablet_price > 0) @else @endif @if($venta->bundle_price > 0) @else @endif @endforeach
No. Empleado Nombre Total de Percepciones Total de Deducciones Neto Capacidad de Pago Validación Nómina NS/VE
Hámster Tablet Combo
{{$venta->num_emp}} {{ $venta->data?$venta->data->name:'Sin información' }} $ {{$venta->percepciones}} $ {{$venta->deducciones}} $ {{$venta->neto}} $ {{$venta->capacidad}}$ {{$venta->hamster_price}} @if($venta->hamster_valid) OK @else No aplica @endif $ {{$venta->tablet_price}} @if($venta->tablet_valid) OK @else No aplica @endif $ {{$venta->bundle_price}} @if($venta->bundle_valid) OK @else No aplica @endif
{!! $ventas->render() !!} @else

No hay cuentas de Ventas en la base de datos.

@endif
@endsection