@extends('layout.app') @section('title') {{ __('تفاصيل نقاط الطالب') }} @stop @section('css') @stop @section('content')
| # | {{ __('المعيار') }} | {{ __('القيمة') }} | {{ __('تاريخ التقييم') }} | {{ __(' ملاحظات') }} | {{ __(' حدف') }} |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | @if ($point->s_assessment) {{ $point->s_assessment->name }} @endif | {{ $point->value }} | {{ $point->date }} | {{ $point->notes }} | حدف |