@extends('layouts.greetings', [ 'title' => 'Your Dashboard', 'bodyClass' => 'studio theme--studio', 'showNav' => true, ]) @section('content')
Dashboard
See the wishes friends and family sent back to you.
{{ $greeting->recipient_name }}
{{ $wish->sender_name }}
@if ($wish->gift_choice)Gift: {{ ucwords(str_replace('_', ' ', $wish->gift_choice)) }}
@endif{{ $wish->created_at->diffForHumans() }}
No wishes yet.
@endforelseYou have not created any greetings yet.
@endforelse