@extends('layouts.frontend') @section('title', '| Pour-Over Will Form') @section('content') @include('frontend.forms.Pour-Over-Will.stepIndicator')
@csrf
Gifts
Do you want to leave any specific gifts in your Pour-Over Will?
gift) ? 'checked' : '' }}> gift) ? 'checked' : '' }}>
@php $pourOverWillFormGiftArray = json_decode($pourOverWillForm->gift, true) @endphp @if(!empty($pourOverWillForm->gift) && count($pourOverWillFormGiftArray) > 0 ) @foreach($pourOverWillFormGiftArray as $index => $abeneficiary)
Beneficiary Details
Remove
e.g. William Timothy Smith
city
e.g. United Way Worldwide, Feeding America
e.g. 200583415
e.g. $500 donation
{{-- alternate gift holder --}}
e.g. William Timothy Smith
city
{{-- alternate gift holder end--}}
@endforeach @else
Beneficiary Details
Remove
e.g. William Timothy Smith
city
{{-- alternate gift holder --}} {{-- alternate gift holder end--}}
@endif
FAQ’s

Is there anything I can't give away?

Yes, there are limitations on what you can give away in your will. Laws may vary by jurisdiction, but generally, you cannot give away property or assets you do not own at your death. Additionally, investments such as life insurance proceeds with a designated beneficiary, retirement accounts, and joint tenancy property may not be subject to your will. It's essential to consult with an attorney to understand the specific rules in your area.
@endsection @section('page-js') @endsection