search
@foreach ($categories as $key => $label)
@endforeach
auto_stories {{ content('resources.strategy.heading') }}
@foreach ($strategyResources as $resource)
@if ($resource->is_featured)
@else
@endif
@endforeach
@if ($resource->translate('badge'))
{{ $resource->translate('badge') }}
@endif
{{ $resource->translate('title') }}
{{ $resource->translate('description') }}
@if ($resource->linkUrl()) isDownloadLink()) download @else target="_blank" rel="noopener" @endif class="flex items-center gap-2 bg-surface text-primary font-label-md text-label-md px-6 py-3 rounded-lg w-fit group-hover:scale-105 transition-transform"> @if ($resource->isDownloadLink()) download {{ __('Download') }} {{ $resource->formatLabel() }} @else open_in_new {{ __('View Online') }} @endif @endif
{{ $resource->icon }}
{{ $resource->translate('title') }}
{{ $resource->translate('description') }}
{{ $resource->formatLabel() }}
@if ($resource->linkUrl())
isDownloadLink()) download @else target="_blank" rel="noopener" @endif
class="text-secondary font-label-md text-label-md flex items-center gap-1 hover:underline">
@if ($resource->isDownloadLink())
{{ __('Download') }} download
@else
{{ __('View Online') }} open_in_new
@endif
@endif
construction {{ content('resources.tools.heading') }}
{{ content('resources.tools.subheading') }}
@foreach ($tools as $tool)
@endforeach
{{ $tool->icon }}
{{ $tool->translate('title') }}
{{ $tool->translate('description') }}
@if ($tool->linkUrl())
isDownloadLink()) download @else target="_blank" rel="noopener" @endif
class="px-5 py-2 bg-primary text-on-primary rounded-lg text-sm font-label-md flex items-center gap-2">
@if ($tool->isDownloadLink())
download
{{ $tool->formatLabel() }}
@else
open_in_new
{{ __('View Online') }}
@endif
@else
{{ $tool->formatLabel() }}
@endif
movie {{ content('resources.media.heading') }}
{{ content('resources.media.subheading') }}
@foreach ($media as $item)
@if ($item->media_type === 'video')
@if ($item->linkUrl())
isDownloadLink()) download @else target="_blank" rel="noopener" @endif
class="block relative aspect-video rounded-xl overflow-hidden mb-4">
@endif
@else
@endif
@endforeach
play_arrow
{{ $item->duration }}
@else
{{ $item->duration }}
{{ $item->translate('title') }}
{{ $item->translate('description') }}
search_off
{{ __('No resources found') }}
{{ __('Try adjusting your search or choosing a different category.') }}
{{ content('resources.request.heading') }}
{{ content('resources.request.description') }}