@extends('layouts.frontend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.End-Of-Life-Plan.stepIndicator')
@csrf
Your Memorial Service
Would you like to leave specific instructions for your memorial service?
@php $service = json_decode($endoflifePlanForm->memorial_service_y, true); @endphp
What type of service would you like? (Select all that apply.)
@endsection @section('page-js') @endsection