@extends('layouts.v2.frontend-user-backend') @section('title', '| Last Will And Testament') @section('content') @include('frontend.forms.v2.Will-Testament.stepIndicator')
@csrf

Pets

Do you have any pets?

pets_status) && $willsAndTest->pets_status == "yes" ? 'checked' : '' }}>
pets_status) && $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
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