@extends('layouts.app') @section('title', 'Create Quality Inspection') @section('content') Create Quality Inspection @include('manufacturing.partials.navigation') Create New Inspection @csrf Inspection Number * Auto-generated Source Type * Select Source Incoming (GRN) In Process Finished Goods @error('source_type') {{ $message }} @enderror Inspection Date * @error('inspection_date') {{ $message }} @enderror Reference ID * @error('reference_id') {{ $message }} @enderror ID of the source record Product Type * Select Product Type Raw Material Semi-Finished Finished @error('product_type') {{ $message }} @enderror Product ID * @error('product_id') {{ $message }} @enderror Remarks {{ old('remarks') }} @error('remarks') {{ $message }} @enderror QC Parameters (0) Add Parameter Create Inspection Cancel @endsection