@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

Services

Do you wish to have a formal service or services?

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

@if (in_array($endoflifePlanForm->remains, ['nopreference'])) @elseif (in_array($endoflifePlanForm->remains, ['burial', 'mausoleum', 'donationscience', 'other'])) @elseif(url()->previous() !== url()->current()) @else @endif
@endsection @section('page-js') @endsection