@extends('layouts.frontend') @section('title', '| Last Will And Testament') @section('content') @include('frontend.forms.Will-Testament.stepIndicator')
@csrf
Gifts
Do you want to leave any specific gifts in your Will?
specific_gifts == 'yes' || !isset($willsAndTest->specific_gifts) ? 'checked' : '' }}> specific_gifts == 'no' && isset($willsAndTest->specific_gifts) ? 'checked' : '' }}>
Who will receive gifts in the Will?
@php $willsAndTestGiftArray = json_decode($willsAndTest->specific_gifts_details, true) @endphp @if(!empty($willsAndTest->specific_gifts_details) && count($willsAndTestGiftArray) > 0 ) @foreach($willsAndTestGiftArray as $index => $gift)
Gift recipient
Remove
e.g. William Timothy Smith
city
e.g. United Way Worldwide, Feeding America
e.g. 200583415
@endforeach @else
Gift recipient
Remove
e.g. William Timothy Smith
city
@endif
FAQ’s

Is there anything i cannot give away?

@endsection @section('page-js') @endsection