@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('sell_list_filter_location_id', __('purchase.business_location') . ':') !!}
{!! Form::select('sell_list_filter_location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all') ]); !!}
{!! Form::label('so_list_filter_status', __('sale.status') . ':') !!}
{!! Form::select('so_list_filter_status', $order_statuses, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}
{!! Form::label('sell_list_filter_date_range', __('report.date_range') . ':') !!}
{!! Form::text('sell_list_filter_date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly']); !!}
@endcomponent
@component('components.widget', ['class' => 'box-primary'])
@slot('tool')
@endslot
@lang('messages.date') |
@lang('restaurant.order_no') |
@lang('sale.location') |
@lang('sale.status') |
@lang('lang_v1.quantity_remaining') |
@endcomponent
@stop
@section('javascript')
@endsection