@extends('layouts.app') @section('title', __('app.product_stock_history')) @section('content') @include('layouts.partials.breadcrumb',['page_title'=> __( 'app.product_stock_history') , 'bread_crumbs'=>array( array('title'=>__('app.manage_products'),'url'=>'/products'),array('title'=> __('app.product_stock_history'),'url'=>''))])
@component('components.filters', ['title' => $product->name])
{!! Form::label('location_id', __('purchase.business_location') . ':') !!} {!! Form::select('location_id', $business_locations, request()->input('location_id', null), ['class' => 'form-control select2', 'style' => 'width:100%']); !!}
@if($product->type == 'variable')
@else @endif
@endcomponent @component('components.widget') @endcomponent
@endsection @section('javascript') @endsection