@if(count($domains) > 0) {{-- Domain Selector --}} {{ __('Select Domain') }} {{ __('Choose the domain you want to manage protected directories for.') }}
@foreach($domains as $domain) @endforeach
@if($selectedDomain) {{-- Info Section --}} {{ __('About Protected Directories') }} {{ __('Password-protect directories on your website. When visitors try to access a protected directory, they will be prompted to enter a username and password.') }} {{-- Protected Directories Table --}}
{{ $this->table }}
@endif @else {{-- No Domains Empty State --}}

{{ __('No Domains Yet') }}

{{ __('Add a domain first to configure protected directories.') }}

{{ __('Add Domain') }}
@endif