@extends('layouts.app') @section('title', __('manufacturing::lang.production')) @section('content') @include('manufacturing::layouts.nav')

@lang('manufacturing::lang.production')

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('productstion_list_filter_location_id', __('purchase.business_location') . ':') !!} {!! Form::select('productstion_list_filter_location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all') ]); !!}
{!! Form::label('production_list_filter_date_range', __('report.date_range') . ':') !!} {!! Form::text('production_list_filter_date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly']); !!}

@endcomponent @component('components.widget', ['class' => 'box-solid']) @slot('tool')
@lang( 'messages.add' )
@endslot
@lang('messages.date') @lang('purchase.ref_no') @lang('purchase.location') @lang('sale.product') @lang('lang_v1.quantity') @lang('manufacturing::lang.total_cost') @lang('messages.action')
@endcomponent
@stop @section('javascript') @include('manufacturing::layouts.partials.common_script') @endsection