@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 }})

# Department Staff Name Production Unit Quantity Created Date Status Action
{{-- Add Job status Modal --}} {{-- --}} {{-- Add Job department Modal --}} {{-- --}} @endsection @section('script') @endsection