@extends('layouts.v2.frontend-user-backend') @section('title', '| FREE END-OF-LIFE PLAN') @section('content') @include('frontend.forms.v2.End-Of-Life-Plan.stepIndicator')
@csrf

Your funeral

Would you like to leave specific instructions for your funeral?

@php $service = json_decode($endoflifePlanForm->funeral_service_y, true); @endphp

What type of service would you like? (Select all that apply.)

@endsection @section('page-js') @endsection