@extends('layouts.greetings', [ 'title' => $occasionLabel . ' for ' . $greeting->recipient_name, 'bodyClass' => 'theme theme--' . $greeting->style, ]) @section('content') @if ($greeting->style === 'cinematic')
{{ $occasionLabel }}
A little surprise is waiting for {{ $greeting->recipient_name }}.
Redirecting to the wish page...