@extends('app') @section('content')

Reportes

Incentivos

@if ($incentives_montos->count() > 0)
{!! Form::open(['method' => 'POST','url' => url('excelincentivos') ]) !!}
{!! Form::close() !!}
@else @endif
@if ($incentives_montos->count() > 0)
NOMBRE DEL TRABAJADOR ID TGS SI VALE IDENTIFICADOR NO. TARJETA CONCEPTO REGIONES ESTATUS FECHA DE ENVIO MONTO DE FONDEO FECHA DE FONDEO NOMBRE EMPLEADO MES AÑO
@else
No hay registros que mostrar
@endif
@endsection @section('modals') @endsection @section('script') @endsection