@extends('layouts.greetings', [ 'title' => 'Template Studio', 'bodyClass' => 'studio theme--studio', 'showNav' => true, ]) @section('content')

Template Studio

Create and manage your greeting templates

Design the full experience: video intro, cake, wish, album, and final message.

New template
@role('admin') @endrole @forelse ($templates as $template) @role('admin') @endrole @empty @endforelse
Name Theme FontOwnerVideo
{{ $template->name }} {{ ucfirst($template->theme) }} {{ $template->font_family }}{{ $template->user->name ?? '-' }}{{ $template->video_path ? 'Yes' : 'No' }} Edit @role('admin')
@csrf @method('DELETE')
@endrole
No templates yet.
@endsection