@props([ 'sector', 'count' => null, // published project count, when the caller has it ]) {{-- Sector card. Sectors are the site's primary taxonomy, so the card carries imagery, a technical one-liner and the live project count rather than being one of eight identical tiles. --}}

{{ $sector->name }}

@if ($sector->tagline)

{{ $sector->tagline }}

@endif @if ($sector->short_description)

{{ $sector->short_description }}

@endif
@if ($count !== null) {{ trans_choice(':count project|:count projects', $count, ['count' => $count]) }} @else @endif {{ __('Explore') }}