@extends('layouts.app') @section('title', __('lang_v1.product_stock_history')) @section('content')

@lang('lang_v1.product_stock_history')

@component('components.widget', ['title' => $product->name])
{!! Form::label('location_id', __('purchase.business_location') . ':') !!} {!! Form::select('location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%']); !!}
{!! Form::label('product_sr_date_filter', __('report.date_range') . ':') !!} {!! Form::text('date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'id' => 'product_sr_date_filter', 'readonly']); !!}
@if($product->type == 'variable')
@else @endif @endcomponent @component('components.widget') @endcomponent
@endsection @section('javascript') @endsection