{{ $step['completed'] ? '✔' : ($active ? '➡️' : null) }} {{ $step['name'] }} @if($step['completed']) - set to {{ config('app.url') }} @endif {{ $iteration }}/{{ $total }}
@if ($step['completed'])

✔️ The Application url is set to {{ config('app.url') }}

@else
@error('url') {{ $message }}@enderror
@endif