@extends('layouts.main_dashboard.app') @php $isAr = app()->getLocale() === 'ar'; @endphp @section('title', ($isAr ? 'تعديل درجات الطالب' : 'Edit Student Marks') . ' | ' . $student->name) @section('content')
{{ $student->registration_number }}
{{ $isAr ? 'أدخل الدرجات لكل مادة دراسية، سيتم حساب التقدير تلقائياً.' : 'Enter marks for each subject, rating will be calculated automatically.' }}