{{-- Warning Banner --}}
{{ __('Caution') }}
{{ __('Changing PHP settings can affect your website performance and functionality. Incorrect values may cause errors or security vulnerabilities. Only modify settings if you understand their impact.') }}
@if(count($domains) > 0)
{{-- Domain Selector --}}
{{ __('Select Domain') }}
{{ __('Choose the domain you want to configure PHP settings for.') }}
@foreach($domains as $domain)
@endforeach
@if($selectedDomain)
{{-- PHP Settings Form --}}
{{ $this->form }}
@endif
@else
{{-- No Domains Empty State --}}
{{ __('No Domains Yet') }}
{{ __('Add a domain first to configure PHP settings.') }}