<?php$__template->section('title');?>مرآة: <?=e($discipline['name_ar']??'')?> - جميع المرافق<?php$__template->endSection();?>
<?php$__template->section('page_actions');?>
<ahref="/sa/mirror"class="btn btn-outline"><idata-lucide="arrow-right"style="width:16px;height:16px;vertical-align:middle;margin-left:4px;"></i> كل المرافق</a>
<span><spanstyle="display:inline-block;width:14px;height:14px;background:#CFFAFE;border-radius:3px;vertical-align:middle;margin-left:4px;"></span> دخول حر</span>
ALTER TABLE sa_facility_units ADD COLUMN expected_capacity INT UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Expected number of people per booking (e.g., 5-a-side pitch = 10)' AFTER max_capacity
",
'down'=>"
ALTER TABLE sa_facility_units DROP COLUMN expected_capacity