@extends('layouts.frontend') @section('title', '| Pour-Over Will Form') @section('content') @include('frontend.forms.Pour-Over-Will.stepIndicator')
@csrf
@if (Session::has('message'))
{{ Session::get('message') }}
@endif
Children
Do you have children?
children) ? 'checked' : ''}}> children) ? 'checked' : ''}}>
Who are the 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