Send a wish
For {{ $greeting->recipient_name }}
@if ($wishSent)Your wish was sent. Thank you.
@endif@extends('layouts.greetings', [ 'title' => 'Send a Wish', 'bodyClass' => 'theme theme--' . $theme, 'fontUrl' => $fontUrl, 'bodyStyle' => $bodyStyle, ]) @section('content')
Send a wish
Your wish was sent. Thank you.
@endif