@extends('layouts.app') @section('content')
{{ block('placeholder.badge', $isRtl ? 'قيد الإنشاء' : 'Under Construction') }}

{{ $title ?? block('placeholder.title', $isRtl ? 'الصفحة قيد الإعداد' : 'Page coming soon') }}

{{ block('placeholder.subtitle', $isRtl ? 'هذه الصفحة ستُبنى بالكامل من قاعدة البيانات في المرحلة التالية — كل المحتوى هيبقى قابل للتحكم من لوحة الأدمن.' : 'This page will be fully database-driven in the next phase — every block will be editable from the admin dashboard.') }}

{{ block('placeholder.back_home', $isRtl ? 'الرجوع للرئيسية' : 'Back to Home') }}
@endsection