@section('site_title', formatTitle([__('Update'), config('info.software.name')]))
{{ __('Update') }}

{!! __(':name has been updated.', ['name' => ''.config('settings.title').'']) !!}

{{ __('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')])