@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']['abbr'] }} Tolerance: {{ $report['snapshot']['tolerance'] }} {{ $report['snapshot']['passFailMethod']['name'] }}
Location: {{ $report['snapshot']['location'] == null ? 'N/A' : $report['snapshot']['location'] }} Status of Scale: {{ $report['snapshot']['scale_status'] == null ? 'N/A' : $report['snapshot']['scale_status'] }}
Reading at the Beginning: {{ $report['af_beginning'] }} Reading at the End: {{ $report['al_end'] }}
@foreach( $report['snapshot']['quizzes'] as $quiz )

{{ $quiz['name'] }}

@foreach( $report['answers'] as $answer ) @if( $answer['quiz_uuid'] == $quiz['uuid']) @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'] }}
@endforeach
As Found Tolerance: asf_pass_status == 'passed' ? 'checked' : ''}}> Acceptable asf_pass_status == 'failed' ? 'checked' : ''}}> Not Acceptable As Left Tolerance: asl_pass_status == 'passed' ? 'checked' : ''}}> Acceptable asl_pass_status == 'failed' ? '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'}} {{date('m/d/Y', strtotime($report->due_date))}}
Signature of Certified Technician Date Interval Next Due Date
@include('pdfs._partials.footer')