@extends('layouts.greetings', [ 'title' => 'Create a QR Wish', 'bodyClass' => 'studio theme--studio', 'showNav' => true, ]) @section('content')

QR Wish Studio

Create a wish that becomes a scannable card.

Choose a template, pick an occasion, and generate a QR code you can send to anyone.

@csrf
@error('recipient_name')

{{ $message }}

@enderror
@error('occasion')

{{ $message }}

@enderror

Templates control video, fonts, and step text.

@error('template_id')

{{ $message }}

@enderror
@error('style')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror

Add up to 12 photos to show on the album step.

@error('photos')

{{ $message }}

@enderror @error('photos.*')

{{ $message }}

@enderror
@endsection