@extends('layouts.dashboard.managerapp') @section('title', 'Quality Control Board') @section('content')

Quality Control Board

Drag and drop to manage inspection flow.

Back to Production
@foreach (['Pending', 'In Progress', 'Completed', 'Approved', 'Rejected'] as $status)
{{ $status }} 0
@endforeach
All Inspection Records
Customer Project No. Process Stage Part No. Status
@endsection @push('scripts') @endpush