@extends('layouts.app') @section('content') @include('users.partials.header', [ 'title' => __('Clientes con Promocion'), 'description' => __(''), 'class' => 'col-lg-12' ])
{{Form::label('Filtrar','Filtrar',['class'=>'label-control'])}}
{{Form::label('Filtrar','Promocion',['class'=>'label-control'])}} {{Form::select('PROMO_FILTER',['S'=>'Activo','N'=>'INACTIVO',''=>'TODOS'],'S',['class'=>'form-control PROMO_FILTER'])}}

CLIENTE NOMBRE CLIENTE PROMOCION DESDE
{{--
--}}
{{-- --}} @endsection @section('js') @if(Session::has('success')) @endif @if(Session::has('error')) @endif @endsection