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