search
@foreach ($categories as $key => $label) @endforeach
@if ($strategyResources->isNotEmpty())

auto_stories {{ content('resources.strategy.heading') }}

@foreach ($strategyResources as $resource) @if ($resource->is_featured) @else @endif @endforeach
@endif @if ($tools->isNotEmpty())

construction {{ content('resources.tools.heading') }}

{{ content('resources.tools.subheading') }}

@endif @if ($media->isNotEmpty())

movie {{ content('resources.media.heading') }}

{{ content('resources.media.subheading') }}

@endif @if ($strategyResources->isEmpty() && $tools->isEmpty() && $media->isEmpty())
search_off

{{ __('No resources found') }}

{{ __('Try adjusting your search or choosing a different category.') }}

@endif

{{ content('resources.request.heading') }}

{{ content('resources.request.description') }}