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

{!! __(':name has been installed.', ['name' => ''.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')])