@php $icons = ['Avocats' => 'βš–οΈ', 'Notaires' => 'πŸ“œ', 'Mandataires & experts' => 'πŸ§‘β€βš–οΈ', 'SantΓ©' => '🩺', 'TPE / PME' => '🏒', 'Externalisation' => 'πŸ“ž']; $icon = $icons[$post->category] ?? 'πŸ“ž'; @endphp
@if($post->image) @php $postRemote = \Illuminate\Support\Str::startsWith($post->image, 'http'); @endphp @unless($postRemote) @endunless {{ $post->title }} @else
{{ $icon }}
@endif
{{ $post->category }} Β· {{ $post->readingMinutes() }} min

{{ $post->title }}

{{ $post->excerpt }}

Lire l'article β†’