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

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

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('ir_analyze_user_id', __('user.user') . ':') !!}
{!! Form::select('ir_analyze_user_id', $users, null, ['class' => 'form-control select2', 'placeholder' => __('lang_v1.all'), 'style' => 'width: 100%;']); !!}
{!! Form::label('ir_analyze_printed_date_filter', __('product.analyze_date') . ':') !!} {!! Form::text('ir_analyze_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']) @endcomponent
@endsection @section('javascript') @endsection