@if(file_exists(public_path($theme['preview_image'])))
@else
@include('backend.theme-manager.partials._preview_mock', ['theme' => $theme])
@endif
@if($theme['is_active'])
{{ __('Active') }}
@endif
{{-- Body --}}
{{ __('Theme') }} · #{{ str_pad((string)($loop->index + 1), 2, '0', STR_PAD_LEFT) }}
{{ $theme['label'] }}
{{ $theme['tagline'] }}