@extends('layouts.app') @section('content') @include('users.partials.header', [ 'title' => __('Articulos con Promocion SAP'), 'description' => __(''), 'class' => 'col-lg-12' ])
{{ Form::label('Filtrar', 'Filtrar', ['class' => 'label-control']) }}
{{ Form::label('Filtrar', 'Activo', ['class' => 'label-control']) }} {{ Form::select('ACTIVO_FILTER', ['S' => 'Activo', 'N' => 'Inactivo', '' => 'TODOS'], '', ['class' => 'form-control ACTIVO_FILTER']) }}
{{ Form::label('Filtrar', 'Tipo', ['class' => 'label-control']) }} {{ Form::select('TIPO_FILTER', ['FARMACIA' => 'Farmacia', 'DISTRIBUIDOR' => 'Distribuidor', '' => 'TODOS'], '', ['class' => 'form-control TIPO_FILTER']) }}

ARTICULO NOMBRE TIPO VALOR PROMO ACTIVO SINCRONIZADO
@endsection @section('js') @if(Session::has('success')) @endif @if(Session::has('error')) @endif @endsection