@php $themes = \App\Models\ThemeShowcase::where('is_active', true)->orderBy('sort_order')->get(); @endphp @if($themes->count() > 0)

Our Templates

Explore our available website templates

@foreach($themes as $theme)
{{ $theme->name }}
@endforeach
@endif