@php [$statusLabel] = match ((string) $craft->status) { 'active' => ['فعال'], 'ended' => ['منتهي'], 'virtual' => ['افتراضي'], 'no_file' => ['لا يوجد ملف'], default => ['غير محدد'], }; $constantName = static function (?string $value, array $names): string { if ($value === null || trim($value) === '' || ! is_numeric($value)) { return '-'; } return (string) ($names[(int) $value] ?? '-'); }; @endphp

{{ __('modules.craft.resources_views_pages_crafts_print.text_000c83ee3a') }}

@if($mapEmbedUrl) @endif