@extends('layouts.public') @section('title', ($site['templates_title'] ?? 'Template').' — '.($site['site_brand'] ?? 'Undangan Digital')) @push('styles') @endpush @section('content')
@forelse ($templates as $template)
Preview {{ $template->name }}

{{ $template->name }}

{{ $template->description }}

@if ($template->demo_slug) Lihat Demo @endif Order Paket
@empty

Belum ada template aktif.

@endforelse
@endsection