@props([ 'slug', 'title', 'tagline', // what this tool/assessment is about 'steps' => [], // how to use it (array of short strings) 'confidential' => true, // show the confidentiality disclosure 'cta' => 'Start using the tool', ]) @php $cols = match (min(count($steps), 4)) { 1 => 'lg:grid-cols-1', 2 => 'lg:grid-cols-2', 3 => 'lg:grid-cols-3', default => 'lg:grid-cols-4', }; @endphp
Before you start
{{ $tagline }}
{{ $s }}
@if (! $loop->last) @endif