@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{ trans('labels.student_management') }}

@endsection @section('content')
# العدد
الاسئلة التي تم الرد عليهم {{ $student->lectureQuestions(1) }}
الاسئلة المعلقة {{ $student->lectureQuestions('none') }}
الاسئلة الملغاة {{ $student->lectureQuestions(2) }}
اجمالي {{ $student->lectureQuestions() }}
@endsection @section('script') @endsection