@csrf @method('PUT')
@foreach ($themes as $theme) @php $is_active = DEFAULT_HOMEPAGE == $theme?->name; @endphp
{{ $theme?->title }} @if ($is_active)
{{ __('Active') }}
@endif
{{ $theme?->title }}
@unless ($is_active)
@csrf @method('PUT') @endunless
@endforeach