@extends('layouts.app') @section('title') Material Planning @endsection @section('button') @endsection @section('content')
@csrf
Material Planning Form Details

@php $string = $production_order->pro_order_no; $parts = explode(' ', $string); $firstPart = explode('/', $parts[0]); $secondPart = explode('/', $parts[1]); @endphp

No. Part No. Part Name UOM Required Qty(BOM) Current Inventory Qty Request Qty Difference
@endsection