{{-- Material and Purchase Part --}}
Material and Purchase Part
{{-- Circuit / Kanban --}}
Circuit / Kanban
{{-- Process --}}
| Sr No |
Process |
Process No |
Action |
@foreach ($process as $sub_process)
|
{{ $loop->iteration }}
|
{{ $sub_process->process->name ?? '' }}
|
{{ $sub_process->process_no }}
|
|
@endforeach
{{-- PRODUCTS MODAL --}}