@if($this->progress == 100)

Application Setup Complete

Login
@else

Application Setup

@endif @if (session()->has('error'))
{{ session('error') }}
@endif
@foreach ($steps as $index => $step)
@include($step['view'], [ 'step' => $step, 'active' => $index === $this->active, 'iteration' => $loop->iteration, 'total' => count($steps) ])
@endforeach