@section('site_title', formatTitle([__('Update'), config('info.software.name')]))
@include('icons.update', ['class' => 'text-primary fill-current width-16 height-16'])
@include('icons.more-horiz', ['class' => 'text-light fill-current width-4 height-4'])
{{ __('Update') }}

{!! __(':name update wizard.', ['name' => ''.(config('settings.title') ?? config('info.software.name')).'']) !!}

{{ __('Start') }} @include((__('lang_dir') == 'rtl' ? 'icons.chevron-left' : 'icons.chevron-right'), ['class' => 'width-3 height-3 fill-current '.(__('lang_dir') == 'rtl' ? 'mr-2' : 'ml-2')])