@if (!empty($successMessage))
{{ $successMessage }}
@endif @if ($catchError)
{{ $catchError }}
@endif @if($show_table) @include('livewire.Parent_Table') @else
1

{{ trans('Parent_trans.Step1') }}

2

{{ trans('Parent_trans.Step2') }}

3

{{ trans('Parent_trans.Step3') }}

@include('livewire.Father_Form') @include('livewire.Mother_Form')
@if ($currentStep != 3) @endif