@extends('layouts.mop_master') @section('css') @endsection @section('title') Production Jobs List @endsection @section('content')

Production Jobs({{ $item_name }} {{ $variant_name != '' ? '(' . $variant_name . ')' : '' }} Quantity:{{ $prod_qty ?? $qty }})

@if(Auth::user()->company_profile->use_partial_complete == 1) @endif
# Department Staff Name Production Unit QuantityCompleted QuantityCreated Date Start Date Start time End Date End Time Status Action
{{-- Add Job status Modal --}} {{-- --}} {{-- Add Job department Modal --}} {{-- --}} {{-- Edit Job department Modal --}} {{-- Complete Item Qty Update Modal --}} {{-- --}} {{-- --}} {{-- Complete History Modal --}} {{-- --}} {{-- --}} @endsection @section('script') @endsection