@include('pdf.standard.formal_data', [ 'formal_data' => $formal_data, 'method' => $method_type_id, 'respondentType' => $respondent_type, 'bothView' => $bothView, ]) @if($bothView != "true") @endif @if($bothView == "true") @endif @foreach ($questions as $item) @include('pdf.standard.question', [ 'item' => $item, 'comment' => $comment, 'respondentType' => $respondent_type, 'bothView' => $bothView, 'method' => $method_type_id, 'counter' => $counter, ]) @endforeach
Points to discussed:Grade: Comments:Grade (LS): Comments (LS): Grade (School): Comments (School):
@if($respondent_type == 'supervisor')
LS additional comments:
{{ $comment }}
@endif @include('pdf.standard.goals', [ 'goals' => $goals, 'method' => $method_type_id, 'respondentType' => $respondent_type, 'bothView' => $bothView, ])