@extends('layouts.dashboard.superadminapp') @section('title', 'Manufacturing Plan') @section('styles') @endsection @section('content') @if(session('success')) @endif @if(session('error')) @endif @if ($errors->any()) @endif
Create Manufacturing Plan
Back to Planning Plans List
@if (isset($routeCard) && !empty($routeCard)) @endif
@csrf @if (isset($routeCard) && !empty($routeCard)) @method('PUT') @endif
@if (isset($routeCard) && !empty($routeCard)) @else @endif
@php $selectedProduct = strtolower(trim($saleOrdersDetail[0]->product_type ?? '')); @endphp

Sl No Process Source Previous Process Machine Operator Cycle Time (h:m) Start Date End Date

Cancel
@endsection @section('scripts') @endsection