@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.check-circle-filled', ['class' => 'position-absolute end-0 bottom-0 text-success fill-current w-8 h-8'])

{{ __('Installed') }}

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