@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
Obituary Details
Would you like to include a photograph?
obituary_death_notice_photograph) || $endoflifePlanForm->obituary_death_notice_photograph == 'yes' ? 'checked' : ''}}> obituary_death_notice_photograph) && $endoflifePlanForm->obituary_death_notice_photograph == 'no' ? 'checked' : ''}}>
e.g. I would like the photo of me wearing overalls in the garden to be used. It can be found in my photo album collection.
Would you like to include funeral or other service details?
obituary_funeral_service) && $endoflifePlanForm->obituary_funeral_service == 'yes' ? 'checked' : ''}}> obituary_funeral_service) || $endoflifePlanForm->obituary_funeral_service == 'no' ? 'checked' : ''}}>
Would you like to request charitable donations instead of flowers?
obituary_charitable_donations) || $endoflifePlanForm->obituary_charitable_donations == 'yes' ? 'checked' : ''}}> obituary_charitable_donations) && $endoflifePlanForm->obituary_charitable_donations == 'no' ? 'checked' : ''}}>
@if(!empty($endoflifePlanForm->obituary_charitable_details)) @foreach(json_decode($endoflifePlanForm->obituary_charitable_details, true) as $index => $obituary_charitable)
Charity
Remove
e.g. 20-0583415
@endforeach @else
Charity
Remove
e.g. 20-0583415
@endif
@endsection @section('page-js') @endsection