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

محتويات المحاضرة

@endsection @section('content')
{{$lecture->title}}
# القيمة
عدد المشتركين اون لاين {{$lecture->allStudentOnlineLectures->count()}}
عدد المشتركين سنتر {{$lecture->studentCenterLectures->count()}}
المحافظات المحافظات
@foreach($lecture->contents as $content) @endforeach
# المحتوى عدد مرات المشاهدة نسبة
{{$content->order}} {{$content->content->title}} {{$content->views()}} {{$content->precentage()}}%
@endsection @section('script') @endsection