@extends('admin.layout') @section('content')

{{ trans('View IQC Instructions') }}

@php $getUserRoleData = userRoleData(); $IQCInstructions = explode(",",$getUserRoleData->IQCInstructions); @endphp
@if(session()->has('message'))

{{ trans('labels.Successlabel') }}

{{ session()->get('message') }}
@endif @if(session()->has('error'))

{{ trans('labels.WarningLabel') }}

{{ session()->get('error') }}
@endif
{{ trans('Save as PDF') }} @php $i = 1; @endphp @foreach($result['Check_points'] as $key) @foreach($key->get_details as $info) @endforeach @php $i++; @endphp @endforeach
{{ $result['company_info']->name }}
{{ $result['company_info']->address }} @if(!empty($result['company_info']->address2)) , {{ $result['company_info']->address2 }} @endif , {{ $result['company_info']->city }} , {{ $result['company_info']->province }} , {{ $result['company_info']->country }} , {{ $result['company_info']->postal_code }}
Format No. : RHYSLEY/11.1/F/02
Rev : 01
Date : 30.12.2020
IQC Instructions
S.N. Checkpoint Requirement Checking Instruction Frequency
{{ $i }} {{$key->name}}
{{$info->parameter}} {{$info->requirement}} {{$info->testing_method}}
@endsection