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

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

2

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

3

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

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