You've already forked Atomcms-edit
2f30a058a4
- Replace all hardcoded Dutch/English strings with __() translation calls - Update 13 Blade components to use translation keys - Update Commandocentrum.php controller with translation calls - Add comprehensive Dutch (nl.json) and English (en.json) translations - 150+ translation keys for UI labels, messages, and notifications - Supports all 21 languages available in the lang/ directory
9 lines
430 B
PHP
Executable File
9 lines
430 B
PHP
Executable File
@props(['clothingCount'])
|
|
|
|
<div style="display:flex;gap:16px;align-items:center;">
|
|
<div style="background:#f8fafc;border-radius:12px;padding:16px;border:1px solid #e2e8f0;flex:1;">
|
|
<div style="font-size:12px;color:#64748b;margin-bottom:4px;">{{ __('commandocentrum.clothing_items') }}</div>
|
|
<div style="font-size:24px;font-weight:700;color:#1e293b;">{{ number_format($clothingCount) }}</div>
|
|
</div>
|
|
</div>
|