@extends('layout.app') @section('title') {{ __('نقاط الطلاب') }} @stop @section('css') @stop @section('content')
| # | {{ __(' الصف') }} | {{ __('مربي الصف') }} | {{ __('تاريخ اخر تقييم') }} | {{ __(' مجموع نقاط طلاب الصف') }} | {{ __('التفاصيل') }} |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | @if ($cc->classa) {{ $cc->classa->name }} @endif | @if ($cc->classa) @if ($cc->classa->user) {{ $cc->classa->user->name }} @else بدون مربي @endif @endif | {{ $cc->date }} | {{ $cc->total }} | عرض التفاصيل |