@include('pdfs._partials.header', $report)
Manufacturer: {{ $report['snapshot']['manufacturer']['name'] }} Model Number: {{ $report['snapshot']['model']['name'] }} Serial Number: {{ $report['snapshot']['serial_number'] }}
Scale ID: {{ $report['snapshot']['custom_name'] == null ? 'N/A' : $report['snapshot']['custom_name'] }} Capacity x Graduation: {{ $report['snapshot']['capacity'] }} x {{ $report['snapshot']['graduation'] }} {{ $report['snapshot']['measureUnit']['abbreviation'] }} Tolerance: {{ $report['snapshot']['tolerance'] }} {{ $report['snapshot']['passFailMethod']['name'] }}
Location: {{ $report['snapshot']['location'] == null ? 'N/A' : $report['snapshot']['location'] }} Status of Scale: {{ $report['scale_status'] == null ? 'N/A' : $report['scale_status'] }}
Reading at the Beginning: {{ $report['start_reading'] }} Reading at the End: {{ $report['end_reading'] }}
@foreach( $report['snapshot']['quizzes'] as $quiz )

{{ $quiz['name'] }}

@foreach($report['answers'] as $answer) @if($answer['quiz_uuid'] == $quiz['uuid'] && $report['scale_status'] == 'in_use') @elseif($answer['quiz_uuid'] == $quiz['uuid'] && $report['scale_status'] != 'in_use') @endif @endforeach
Weight Applied Reading As Found Error As Found Reading As Left Error As Left
{{ $answer['weight_applied'] }} {{ $answer['as_found_reading'] }} {{ $answer['as_found_error'] }} {{ $answer['as_left_reading'] }} {{ $answer['as_left_error'] }}
{{$answer['weight_applied']}} N/A N/A N/A N/A
@endforeach
As Found Tolerance: as_found_pass_status == 'Passed' && $report['scale_status'] == 'in_use') ? 'checked' : ''}}> Acceptable as_found_pass_status == 'Failed' && $report['scale_status'] == 'in_use') ? 'checked' : ''}}> Not Acceptable As Left Tolerance: as_left_pass_status == 'Passed' && $report['scale_status'] == 'in_use') ? 'checked' : ''}}> Acceptable as_left_pass_status == 'Failed' && $report['scale_status'] == 'in_use') ? 'checked' : ''}}> Not Acceptable
NIST Traceable Calibration Standards Used: Set {{$report->weightKit->name}}
Comments: {{$report->note}}
{{$report->tech->name}} {{date('m/d/Y', strtotime($report->completed_date))}} {{$report['snapshot']['frequency']}} {{$report['snapshot']['frequencyType']['name']}}{{$report['snapshot']['frequency'] === 1 ? '' : 's'}} {{$report['scale_status'] == 'in_use' ? (($report->due_date == 'Non-Conformant' || $report->due_date == 'N/A') ? $report->due_date : date('m/d/Y', strtotime($report->due_date))) : 'N/A'}}
Signature of Certified Technician Date Interval Next Due Date
@include('pdfs._partials.footer') @include('pdfs._partials.watermark')