@if(count($sessionQuestions)) @foreach($sessionQuestions as $q)
{{ $q->note }}
@endforeach @else
@lang('home.Client not answer the question')
@endif