{{--@extends('include.app')--}} {{--@section('content')--}} Memorial Tree Planting Certificate
{{-- Dynamic title based on gift type --}}

@switch($gift_type) @case('inmemory') Memorial Tree Planting Certificate @break @case('birthday') Birthday Tree Planting Certificate @break @case('incelebration') Celebration Tree Planting Certificate @break @case('holiday') Holiday Tree Planting Certificate @break @case('inhonor') Honor Tree Planting Certificate @break @case('wedding') Wedding Tree Planting Certificate @break @default Tree Planting Certificate @endswitch

This certificate is presented to @if($gift_type === 'inmemory') honor the memory of @else celebrate @endif

{{-- Honoree name --}}

{{ $honoree_name }}

{{-- Tree planting message --}}

@if($additional_trees > 0) {{ $additional_trees + 1 }} tea trees have been planted at @else A tea tree has been planted at @endif

{{-- Fixed plantation location --}}

EAST BAY TEA COMPANY PLANTATION LOCATION #23A117

May this tree stand as a symbol of remembrance, peace, and enduring legacy.
{{-- Image --}}
{{--@endsection--}}