@extends('layouts.v2.frontend-user-backend') @section('title', '| Pour-Over Will Form') @section('content') @include('frontend.forms.v2.Pour-Over-Will.stepIndicator')
@csrf
@if (Session::has('message'))
{{ Session::get('message') }}
@endif

Children

Do you have children? ?

children_status) && $pourOverWillForm->children_status == "yes" ? 'checked' : ''}}>
children_status) && $pourOverWillForm->children_status == "no" ? 'checked' : ''}}>

Who are your children? ?

@php $childrenarray = json_decode($pourOverWillForm->children, true); @endphp @if(!empty($pourOverWillForm->children) && count($childrenarray) > 0) @foreach($childrenarray as $index => $child)
Child name
Remove
e.g. William Timothy Smith
@endforeach @else
Child name
Remove
e.g. William Timothy Smith
@endif
@endsection @section('page-js') @endsection