@extends('layouts.app') @section('title', __('re_order.stock_re_orders')) @section('content')

@lang('re_order.stock_re_orders')

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('re_order_list_filter_location_id', __('purchase.business_location') . ':') !!} {!! Form::select('re_order_list_filter_location_id', $business_locations, null, [ 'class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all'), ]) !!}
{!! Form::label('re_order_list_filter_status', __('re_order.status') . ':') !!} {!! Form::select('re_order_list_filter_status', $re_order_status, null, [ 'class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all'), ]) !!}
{!! Form::label('re_order_list_filter_date_range', __('report.date_range') . ':') !!} {!! Form::text('re_order_list_filter_date_range', null, [ 'placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly', ]) !!}
@endcomponent @component('components.widget', [ 'class' => 'box-primary', 'title' => __('re_order.all_stock_re_orders'), ]) @slot('tool')
@lang('messages.add')
@endslot
@lang('messages.date') @lang('purchase.ref_no') @lang('re_order.main_location') @lang('re_order.status') @lang('lang_v1.added_by') @lang('messages.action')
@endcomponent
@stop @section('javascript') @endsection