@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
Memorial Service Location
Where will your memorial service be held?
@php $memorial_location = json_decode($endoflifePlanForm->memorial_location, true); @endphp
e.g. Kendrick Funeral Home, my home
e.g. Street, City, State ZIP Code
@endsection @section('page-js') @endsection