@extends(studentLayout()) @section('content') @php if($row->type=='t' || $row->type=='b'): @endphp
{{ __lang('answer') }}
{!! clean($row->content ) !!}
@php endif; @endphp @php if($row->type=='f' || $row->type=='b'): @endphp
{{ __lang('file') }}

{{ basename($row->file_path) }}

@php endif; @endphp
{{ __lang('additional-comment') }}

{{ $row->student_comment }}

@endsection