@foreach ($themes as $theme)
@php
$is_active = DEFAULT_HOMEPAGE == $theme?->name;
@endphp
{{ $theme?->title }}
@if ($is_active)
@unless ($is_active)
@endunless
@endforeach