@if (session()->has('message'))
{{ session('message') }}
@endif {{-- Step Indicators --}}
@foreach ([1, 2, 3] as $s)
@endforeach
{{-- Step 1: Account Info --}} @if ($step === 1)
@endif {{-- Step 2: Personal Info --}} @if ($step === 2)
@endif {{-- Step 3: Profile Picture --}} @if ($step === 3)
@if ($profile_picture) @endif
@endif {{-- Navigation Buttons --}}
@if ($step > 1) @endif @if ($step < 3) @else @endif