@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
{{$question->created_at}}
{{$question->id}}
{{$question->lecture->title ?? ""}}
{{ $question->student->name }} {{$question->created_from}}
![]()
{{$question->question}}
{{$reply->created_at}}
@if($reply->audio) @endif @if($reply->image)
{{ $reply->sender->name }} {{$reply->created_from}}
@endif
{{$reply->answer}}
{{$question->comment}}