@extends('master.app') @section('title','Create Batch') @section('body')
Create Production Batch
Back
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- Header --}}

{{-- RAW ITEMS --}}
Raw Items (consume) — Auto Preview
Category Sub Category Unit (PUnit) Qty Used Available Avg CPI #
Qty is more than available! Raw stock not found! - -

{{-- OUTPUTS --}}
Outputs (finished goods)
Category Sub Category Unit (SUnit) Weight (SWeight) SKU Min Qty Qty Produced SPI (opt) #
@endsection