@extends('layouts.main_dashboard.app') @php $isAr = app()->getLocale() === 'ar'; @endphp @section('title', $evaluation->title) @section('content')
{{ $isAr ? "قم بتحميل ملف Excel الموحد للصف: " : "Download the standardized Excel sheet for: " }} {{ $evaluation->grade->name }}. {{ $isAr ? "يرجى عدم تعديل عناوين الأعمدة." : "Please do not alter the header columns." }}
{{ $isAr ? 'قم برفع ملف Excel المكتمل لتحديث الدرجات تلقائياً. سيتم استبدال الدرجات الموجودة.' : 'Upload the filled Excel file to update marks automatically. Existing marks will be overwritten.' }}
{{ $isAr ? 'إجمالي الطلاب:' : 'Total Students:' }} {{ $students->count() }}