@extends('layouts.v2.frontend-user-backend') @section('title', '| Pour-Over Will Form') @section('content') @include('frontend.forms.v2.Pour-Over-Will.stepIndicator')
@csrf

Additional details

Do you want to include any additional instructions?

additional_details_status) && $pourOverWillForm->additional_details_status == "yes" ? 'checked' : ''}}>
additional_details_status) && $pourOverWillForm->additional_details_status == "no" ? 'checked' : ''}}>
@php $pourOverWillFormArray = json_decode($pourOverWillForm->additional_details, true); @endphp @if(!empty($pourOverWillFormArray) && is_array($pourOverWillFormArray) && count($pourOverWillFormArray) > 0) @foreach($pourOverWillFormArray as $index => $notes)
Additional clause
Remove
@endforeach @else
Additional clause
Remove
@endif {{-- --}}
FAQ’s

How should I write my clause?

Writing your will clause effectively is crucial to ensure that your intentions are clear and legally sound. Here are some general guidelines:
  • Be clear and specific about your assets and beneficiaries.
  • Use formal language and legal terminology.
  • Specify the roles of the executor and alternate executor.
  • Include contingency plans for beneficiaries or executors who may predecease you.
  • Consider potential tax implications and consult a tax professional

Why should I avoid including funeral instructions?

Wills are typically read and executed after the funeral, which may lead to delays.
  • Funeral wishes may change over time, and wills are not easily amendable once executed.
  • Funeral arrangements are not typically legally binding documents.
  • To ensure your funeral wishes are followed promptly, it's better to communicate them to your loved ones separately and consider pre-planning with a funeral director.
@endsection @section('page-js') @endsection