@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 ? 'إضافة شهادة تقدير' : 'Add Certificate' }}

{{ $isArabic ? 'صفحة إضافة مباشرة وبسيطة لاختيار الألبوم والطالب وطريقة إنشاء الشهادة.' : 'A direct, simplified page to choose the album, student, and certificate creation method.' }}

@csrf

{{ $isArabic ? 'المعاينة' : 'Preview' }}

{{ $isArabic ? 'اختر قالباً أو ارفع ملفاً' : 'Choose a template or upload a file' }}
@endsection @section('scripts') @endsection