@if($user->is_internal)
{{$qpr->inspector->full_name}}
Inspected By
@endif
{{$qpr->authorizer->full_name}}
Authorized by
@if($qpr->is_quality)
{{-- ......... For Internal Users ......... --}}
@if($user->is_internal && !$qpr->isDrafting())
@if($qpr->verification_one_at)
{{$qpr->verificatorOne->full_name}}
Verification One By
{{$qpr->verification_one_at_dmy}}
Verification One Date
@else
@endif
@if($qpr->verification_two_at)
{{$qpr->verificatorTwo->full_name}}
Verification Two By
{{$qpr->verification_two_at_dmy}}
Verification Two Date
{{-- If verification one is done --}}
@elseif( $qpr->verification_one_at )
@endif
{{$qpr->comments}}
Internal Comments
{{-- ......... For Suppliers Users ......... --}}
@else
@if($qpr->verification_one_at)
@else
@endif
Verification one
@if($qpr->verification_two_at)
@else
@endif
Verification two
@endif
@endif