@extends('layouts.app') @section('content') @include('users.partials.header', [ 'title' => __('FACTURA DISPONIBLE PARA PAGO '), 'description' => __(''), 'class' => 'col-lg-12' ])
{{--
--}} {{--
{{Form::label('buscar','Buscar')}}
--}}
{{Form::label('vendedores','Vendedor')}} {{Form::select('vendedores',$vendedores,null,['class'=>'form-control select2','id'=>'vendedor_filtro'])}}
{{Form::label('farmacia','Cliente')}} {{Form::select('farmacia',$clientes,null,['class'=>'form-control','id'=>'farmacia_filtro','multiple'])}}
{{Form::label('fecha','Fecha')}}
  August 17, 2021 - September 15, 2021
{{Form::label('generar_reporte','Acciones',['class'=>'col-md-12 pl-0'])}}

{{--
FARMACIA CODIGO DEL CLIENTE NUMERO DE FACTURA FECHA N. RECIBO TOTAL Promocion.
--}}
{{--
--}}
{{-- --}}
@endsection @section('js') @endsection