| {{ $rec->name }} |
{{ isset($rec->equipment_category->category_name) ? $rec->equipment_category->category_name : '' }}
|
@if ($rep->repair_type == 1)
Calibration
@elseif($rep->repair_type == 2)
Preventive Maintenance
@elseif($rep->repair_type == 3)
Repair
@endif
|
{{ $rep->jor_pre_inspection_no }} |
{{ $rep->jor_pre_inspection_date }} |
{{ $rep->pr_no }} |
{{ $rep->pr_date }} |
{{ $rep->pw_wo_no }} |
{{ $rep->pw_wo_date }} |
{{-- {{ $rep->repair_reports }} --}}
|
@if ($rep->repair_reports == 1)
Service Report
@elseif($rep->repair_reports == 2)
Calibration Certificate
@elseif($rep->repair_reports == 3)
Preventive Maintenance Report
@endif
|
{{ $rep->repair_validation_date }} |
{{ $rep->functional_check }} |
{{ $rep->methodology }} |
{{ $rep->passing_criteria }} |
{{ $rep->measure_of_uncertainty }} |
{{ $rep->jor_post_inspection_no }} |
{{ $rep->jor_post_inspection_date }} |
{{ $rep->type_of_service }} |
{{ $rep->problem_reported }} |
{{ $rep->findings }} |
{{ $rep->service_report_no }} |
@if(isset($rep->supplier->name))
{{ $rep->supplier->name }} |
@endif
{{ $rep->parts_consumption }} |
{{ $rep->acceptability_criteria }} |
{{ $rep->result }} |
{{ $rep->remarks }} |
@endforeach
@else