@extends('layouts.dashboard.superadminapp') @section('title', 'Edit Route Card') @section('styles') @endsection @section('content')

UEPL | Edit Route Card

day, 00 month 0000
@if (session('success')) @endif @if (session('error')) @endif @if ($errors->any()) @endif
Edit Route Card - {{ $card->route_no }}
Back to List
@csrf @method('PUT')

Process Details
@foreach($card->processes as $i => $process) @endforeach
Sl No Process Source Previous Process Machine Operator Cycle Time (h:m)
{{ $i + 1 }}
source == 'inhouse') checked @endif>
source == 'outsourced') checked @endif>
:

Back
@endsection @section('scripts') @endsection