@extends('layouts.app') @section('title', 'New Quality Check') @section('content')

Record Quality Inspection

@csrf @if($workOrder)
Inspecting output for {{ $workOrder->order_number }} ({{ $workOrder->product->name }})
@else
@endif
Cancel
@endsection