{{ json_encode($settings ?? [], JSON_PRETTY_PRINT) }}
{{ __('Manage branches/cities available for registration.') }}
| {{ __('ID') }} | {{ __('Name (Arabic)') }} | {{ __('Name (English)') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $branch->id }} | {{ $branch->name_ar }} | {{ $branch->name_en }} | {{ $branch->is_active ? __('Active') : __('Inactive') }} |