@extends('layouts.app') @section('title', __('report.barcode_print_history')) @section('content')

{{ __('report.barcode_print_history')}}

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('ir_barcode_user_id', __('user.user') . ':') !!}
{!! Form::select('ir_barcode_user_id', $users, null, ['class' => 'form-control select2', 'placeholder' => __('lang_v1.all'), 'style' => 'width: 100%;']); !!}
{!! Form::label('ir_barcode_printed_date_filter', __('lang_v1.last_printed_date') . ':') !!} {!! Form::text('ir_barcode_printed_date_filter', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly', 'style' => 'width: 100%;']); !!}
@endcomponent
@component('components.widget', ['class' => 'box-primary'])
@lang('product.sku') @lang('product.product_name') @lang('barcode.category_code') @lang('barcode.label_price') @lang('user.user') @lang('lang_v1.last_printed_date') @lang('lang_v1.shelf_number')
@endcomponent
@endsection @section('javascript') @endsection