@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'إضافة شهادة تقدير' : 'Add Certificate') @section('page_heading', app()->getLocale() === 'ar' ? 'إضافة شهادة تقدير' : 'Add Certificate') @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $isArabic ? 'صفحة إضافة مباشرة وبسيطة لاختيار الألبوم والطالب وطريقة إنشاء الشهادة.' : 'A direct, simplified page to choose the album, student, and certificate creation method.' }}