@extends('frontend.instructor-dashboard.layouts.master') @section('dashboard-contents')
{{ __('Student Question In') }} {{ ' ' . $question?->course?->title }}
{{ __('Lesson') }} {{ ' ' . $question?->lesson?->title }}
{{ __('No replies yet') }}
@endforelse{{ __('No questions found!') }}
@endforelse {{ $lesson_questions?->links() }}