{{ __('Completed Batches for Quality Testing') }}

@forelse($batches as $batch) @empty @endforelse
ID Batch Code Product Source Actions
{{ $batch->id }} {{ $batch->batch_code }} {{ $batch->product->name ?? 'N/A' }} @if($batch->source) Source#{{ is_object($batch->source) ? $batch->source->id : $batch->source }} @else N/A @endif

Quality Tests

@can('create_quality_test') + New Test @endcan

Loading tests...

Parameter Tested Result Result Status Actions
No quality tests found for this batch.
No completed batches found for quality testing.
@if($batches->hasPages())
{{ $batches->links() }}
@endif