@extends('layouts.frontend') @section('title', '| Last Will And Testament') @section('content') @include('frontend.forms.Will-Testament.stepIndicator')
@csrf
Pets
Do you have any pets?
pets_details) && $willsAndTest->pets_status == "yes" ? 'checked' : '' }}> pets_details) || $willsAndTest->pets_status == "no" ? 'checked' : '' }}>
@php $pets_detailsArray = json_decode($willsAndTest->pets_details, true) @endphp @if(!empty($willsAndTest->pets_details) && count($pets_detailsArray) > 0) @foreach($pets_detailsArray as $index => $pet)
Pet details
Remove
e.g. Lassie
e.g. Female German Shepherd
$
Do you want to appoint a pet caretaker now?
e.g. William Timothy Smith
city
@endforeach @else
Pet details
Remove
e.g. Lassie
e.g. Female German Shepherd
$
Do you want to appoint a pet caretaker now?
@endif
@endsection @section('page-js') @endsection