@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
Edit Manufacturing Plan
Back to Planning Plans List
@csrf @method('PUT')
@php $selectedProduct = strtolower(trim($plan->product_type ?? '')); @endphp

@forelse($planProcesses as $idx => $proc) @empty @endforelse
Sl No Process Source Previous Process Machine Operator Cycle Time (h:m) Start Date End Date
{{ $idx + 1 }}
source ?? 'inhouse') === 'inhouse' ? 'checked' : '' }}>
source ?? '') === 'outsourced' ? 'checked' : '' }}>
:

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