@extends('layouts.superadmin') @section('title', $title ?? 'قريبًا') @section('page-title', '⏳ ' . ($title ?? 'قريبًا')) @section('content')

{{ $title ?? 'قريبًا' }}

{{ $desc ?? 'هذه الصفحة قيد التطوير' }}

@endsection