@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| # | العدد |
|---|---|
| الاسئلة التي تم الرد عليهم | {{ $student->lectureQuestions(1) }} |
| الاسئلة المعلقة | {{ $student->lectureQuestions('none') }} |
| الاسئلة الملغاة | {{ $student->lectureQuestions(2) }} |
| اجمالي | {{ $student->lectureQuestions() }} |