{{-- methods --}} @include('ipfirewall::settings.tabs.components.methods', ['methods' => @$$key['methods']]) {{-- routes --}} @include('ipfirewall::settings.tabs.components.routes', ['routes' => @$$key['routes']]) {{-- browsers --}} @include('ipfirewall::settings.tabs.components.allow_block', [ 'middleware' => $key, 'component' => 'browsers', 'text' => 'Browsers', 'browsers' => @$$key['browsers'], // options 'allowed_options' => $$key['browsers']['hints'], 'blocked_options' => $$key['browsers']['hints'], // description 'allowed_description' => __('Empty means all browsers are allowed. We can allow only specific browsers. And block all other'), 'blocked_description' => __('This has higher presidence, and will be blocked even if allowed in the above.(github.com/jenssegers/agent)') ]) {{-- platforms --}} @include('ipfirewall::settings.tabs.components.allow_block', [ 'middleware' => $key, 'component' => 'platforms', 'text' => 'Platforms', 'platforms' => @$$key['platforms'], // options 'allowed_options' => $$key['platforms']['hints'], 'blocked_options' => $$key['platforms']['hints'], // description 'allowed_description' => __('Empty means all platforms are allowed. We can allow only specific platforms. And block all other'), 'blocked_description' => __('This has higher presidence, and will be blocked even if allowed in the above.(github.com/jenssegers/agent)') ]) {{-- devices --}} @include('ipfirewall::settings.tabs.components.allow_block', [ 'middleware' => $key, 'component' => 'devices', 'text' => 'Devices', 'devices' => @$$key['devices'], // options 'allowed_options' => $$key['devices']['hints'], 'blocked_options' => $$key['devices']['hints'], // description 'allowed_description' => __('Empty means all devices are allowed. We can allow only specific devices. And block all other'), 'blocked_description' => __('This has higher presidence, and will be blocked even if allowed in the above.(github.com/jenssegers/agent)') ]) {{-- properties --}} @include('ipfirewall::settings.tabs.components.allow_block', [ 'middleware' => $key, 'component' => 'properties', 'text' => 'Properties', 'properties' => @$$key['properties'], // options 'allowed_options' => $$key['properties']['hints'], 'blocked_options' => $$key['properties']['hints'], // description 'allowed_description' => __('Empty means all properties are allowed. We can allow only specific properties. And block all other'), 'blocked_description' => __('This has higher presidence, and will be blocked even if allowed in the above.(github.com/jenssegers/agent)') ]) {{-- auto block --}} @include('ipfirewall::settings.tabs.components.auto_block', ['auto_block' => @$$key['auto_block']])