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

تفاصيل مشاركه الفصل

@foreach ($participation_reports as $key => $report) @endforeach
# الفصل اليوم التاريخ الاجراءات المتاحة
{{ $report->id }} {{ $report->class_name }} {{ $report->day_name }} {{ $report->report_date }} @can('StudentParticipations-edit') تعديل المشاركة @endcan
@endsection