@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'تعديل شهادة التقدير' : 'Edit Certificate') @section('page_heading', app()->getLocale() === 'ar' ? 'تعديل شهادة التقدير' : 'Edit Certificate') @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $isArabic ? 'تحديث بيانات الشهادة الحالية بدون عناصر إضافية غير لازمة.' : 'Update the current certificate without unnecessary extra UI.' }}