@extends('admin.layout.master') @section('title', 'Daily Production and Consumption Report') @section('custom_style') @endsection @section('content')

{{__('obs.daily')}} {{__('obs.production')}} {{__('obs.and')}} {{__('obs.consumption')}} {{__('obs.report')}}

@include('inventory.global.report_print_excel_button')
@include('v2.inventory.global.cost_center_dd',['skip_add_new'=> 1 ])
@include('v2.inventory.global.shift_dd')
@include('v2.inventory.global.product_live_dd', ['skip_add_new'=> 1 ])
{!!getDateInput('date_from','date_from',Request()->date_from)!!}
{!!getDateInput('date_to','date_to',Request()->date_to)!!}

@include('admin.global.loader')
@endsection @section('script') @endsection