@extends('layouts.contentLayoutMaster') @section('content')

مشاركة الطلاب

@foreach ($classes as $key => $class) @endforeach
# الفصل عدد الطلاب الاجراءات المتاحة
{{ $class->id }} {{ $class->class_name }} {{ $class->students->count() }} طالب @can('StudentParticipations-edit') تسجيل المشاركة @endcan @can('StudentParticipations-edit') تفاصيل المشاركة @endcan
@endsection