-
@if ($step === $steps[1])
01
{{ __('Especialidade') }}
@endif
@if ($step !== $steps[1])
{{ __('Especialidade') }}
@endif
-
@if ($step === $steps[1])
02
{{ __('Informações Pessoais') }}
@endif
@if ($step === $steps[2])
02
{{ __('Informações Pessoais') }}
@endif
@if ($step === $steps[3])
{{ __('Informações Pessoais') }}
@endif
-
@if ($step !== $steps[3])
03
{{ __('Informações Profissionais') }}
@endif
@if ($step === $steps[3])
03
{{ __('Informações Profissionais') }}
@endif