@php $allStepIds = array_keys($steps); $currentIndex = array_search($step->id(), $allStepIds); $appName = config('installer.name', 'Installer'); $brandLetter = mb_strtoupper(mb_substr($appName, 0, 1)); $logo = config('installer.logo'); @endphp
@if($logo) @else {{ $brandLetter }} {{ $appName }} @endif

{{ __('installer::installer.step_of', ['current' => $currentIndex + 1, 'total' => count($steps)]) }}

@include('installer.partials.pulses')
@include($step->view())
@if(!$isFirstStep) @else
@endif
@if($step->id() === 'permit') @endif