@extends('layouts.greetings', [ 'title' => $occasionLabel . ' for ' . $greeting->recipient_name, 'bodyClass' => 'theme theme--' . $greeting->style, ]) @section('content') @if ($greeting->style === 'cinematic') @endif

{{ $occasionLabel }}

Lets celebrate

A little surprise is waiting for {{ $greeting->recipient_name }}.

@push('scripts') @endpush @endsection