@props(['cards', 'backRoute' => null])
@if($backRoute)
← Back
@endif
@foreach($cards as [$title, $desc, $route])

{{ $title }}

@if($desc)

{{ $desc }}

@endif View insight →
@endforeach