{{-- methods --}} @include('ipfirewall::settings.tabs.components.methods', ['methods' => @$$key['methods']]) {{-- routes --}} @include('ipfirewall::settings.tabs.components.routes', ['routes' => @$$key['routes']]) {{-- crawlers --}} @include('ipfirewall::settings.tabs.components.allow_block', [ 'middleware' => $key, 'component' => 'crawlers', 'text' => 'Crawlers', 'crawlers' => @$$key['crawlers'], // (optional) drop down options 'allowed_options' => $$key['crawlers']['hints'], 'blocked_options' => $$key['crawlers']['hints'], // (optional) description 'allowed_description' => __('Empty means all crawlers are allowed. We can allow only specific crawlers. And block all other. (https://github.com/JayBizzle/Crawler-Detect/blob/master/raw/Crawlers.txt)'), 'blocked_description' => __('This has higher presidence, and will be blocked even if allowed in above.') ]) {{-- auto block --}} @include('ipfirewall::settings.tabs.components.auto_block', ['auto_block' => @$$key['auto_block']])