@extends('layouts.minimal') @section('site_title', formatTitle([__('Installation'), config('info.software.name')])) @section('content')
@include('install.partials.menu')
@include('icons.system-update-alt', ['class' => 'text-primary fill-current w-16 h-16']) @include('icons.pending-filled', ['class' => 'position-absolute end-0 bottom-0 text-secondary fill-current w-8 h-8'])

{{ __('Install') }}

{!! __(':name installation wizard.', ['name' => ''.config('info.software.name').'']) !!}

{{ __('Start') }} @include((__('lang_dir') == 'rtl' ? 'icons.chevron-left' : 'icons.chevron-right'), ['class' => 'w-3 h-3 fill-current ms-2'])
@endsection