@extends('layouts.app-tenant') @section('content')

Tema Undangan Anda

@if(empty($purchasedThemes))
Anda belum membeli tema undangan.
@else
@foreach($purchasedThemes as $themeId => $theme)
Theme Preview
#{{ $theme['name'] ?? $themeId }}
Aktifkan
@endforeach
@endif
@endsection