@extends('admin.layout.master') @section('title','PRODUCTION') @section('custom_style') @endsection @section ('content')

{{__('obs.production')}} {{__('obs.list')}}

@csrf
@include('inventory.global.invoice_group_dd', ['type'=> 12])
{!!getDateInput('date_from','date_from',Request()->date_from)!!} {{-- --}}
{!!getDateInput('date_to','date_to',Request()->date_to)!!} {{-- --}}

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