@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| {{trans('labels.type')}} | {{trans('labels.name')}} | {{trans('labels.all')}} | {{trans('labels.needs_reply')}} | {{trans('labels.replied')}} |
|---|---|---|---|---|
| {{trans('labels.'.$lecture->type)}} | {{$lecture->title}} | {{$lecture->allQuestionsCount()}} | {{$lecture->pendingQuestionsCount()}} | {{$lecture->doneQuestionsCount()}} |