@php $thumb = \App\Support\SolutionAssets::url( $solution['assets']['card_thumb'] ?? null, null ); @endphp
@if ($thumb)
{{ $solution['name'] }}
@endif
{{ $solution['sector'] }}

{{ $solution['name'] }}

{{ $solution['tagline'] }}

{{ $solution['description'] }}

@if (! empty($solution['audiences']))
@foreach ($solution['audiences'] as $audience) {{ $audience }} @endforeach
@endif @if (($variant ?? '') === 'full' && ! empty($solution['stats']))
@foreach ($solution['stats'] as $stat)
{{ $stat['value'] }}
{{ $stat['label'] }}
@endforeach
@endif
Découvrir @include('solutions.partials.external-links', ['solution' => $solution])
service-shep