@extends('layouts.app') @section('content') @include('users.partials.header', [ 'title' => __('Recibos Realizados'), 'description' => __(''), 'class' => 'col-lg-12' ])
{{--
--}}
{{Form::label('buscar','Buscar')}}
{{Form::label('vendedores','Vendedor')}} {{Form::select('vendedores',$vendedores->prepend('Selecciona un vendedor',''),null,['class'=>'form-control select2','id'=>'vendedor_filtro'])}}
{{Form::label('CLIENTE','Clientes')}} {{Form::select('CLIENTE',$clientes,null,['class'=>'form-control','id'=>'cliente_filtro','multiple'])}}
{{Form::label('fecha','Fecha')}}
  August 17, 2021 - September 15, 2021
@if(Auth::user()->rol=='Administrador') @endif
{{--
--}}

VENDEDOR CLIENTE RECIBO NO MONTO CREADO POR CEDULA NUMERO DE CUENTA INSTITUCION FINANCIERA TIPO DE CUENTA NOMBRE DEPENDIENTE FECHA
{{--
--}}
{{-- --}}
@endsection @section('js') @endsection