Hello,

{{--

CONGRATULATIONS!

--}}

{{ auth()->user()->name }} deleted application number: {{ $application->app_number }}.

Application language is : {{ $application->language }}

Language Others Options is : {{ $application->language_other_options }}

Recipient Gift Status is : {{ $application->recipient_gift_status }}

Address: {{ $application->address }}

Do you have a number, a side, a unit, or a lot number associated with your residence : {{ $application->residence }}

@if($application->residence == 'yes')

Unit number : {{ $application->unit_no }} Gate code :{{ $application->gate_code }}

@endif

First name : {{ $application->first_name }}

Lase name : {{ $application->last_name }}

Contact no : {{ $application->contact_no }}

Email id : {{ $application->email }}

How many people live in your household : {{ $application->household_no }}

How What is your relationship to the children : {{ $application->relationship_type }}

How many members of the household will be 10 years of age or under on or before Christmas Day of this year : {{ $application->christmas_household }}

Please provide information on each child :

@if($application->information_of_child) @foreach( json_decode($application->information_of_child) as $key => $value) {{-- @endforeach @endif

{{ $value->first_name }}

{{ $value->last_name }}

{{ (!empty($value->gender) && $value->gender ) ? $value->gender : '' }}

{{ $value->age_group }}

--}} @php $age_group = \App\Helpers\AgeGroupHelper::mapAgeGroup($value->age_group ?? ''); @endphp

{{ $age_group }}

Would you like to pickup your Blue Santa package or would you like it delivered to the address above : {{ $application->package_pickup_status }}

Regards!!!
Blue Santa