MedAid
Medical Aid Management System
@php $stepNames = ['Requirements','Database','Application','Admin Account','Install']; @endphp
Installation Wizard — Step {{ $step }} of {{ $totalSteps }}
@foreach($stepNames as $i => $name) @php $num = $i + 1; @endphp @if($num < $step)
@elseif($num === $step)
{{ $num }}
@else
{{ $num }}
@endif @if($i < count($stepNames) - 1)
@endif @endforeach
@foreach($stepNames as $i => $name) @php $num = $i + 1; @endphp
{{ $name }}
@endforeach
@yield('content')
@yield('scripts')