@extends('layouts.app') @section('title','Production Costing') @section('content')

Production Costing Manage Recipe Costing

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('location_id', 'Business Location:') !!} {!! Form::select('location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'id' => 'location_id', 'placeholder' => __('lang_v1.all')]); !!}
{!! Form::label('expense_date_range', __('report.date_range') . ':') !!} {!! Form::text('expense_date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'id' => 'expense_date_range', 'readonly']); !!}
@endcomponent
@component('components.widget', ['class' => 'box-primary', 'title' => 'Existing Productions']) @slot('tool')
@endslot
Date Location Production Details Added By @lang('lang_v1.added_on')
@endcomponent
@endsection @section('javascript') @endsection