@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{__('Update')}}
@if(session('status'))
{{ session('status') }}
@endif @if($updateAvailable)
{{__('A new version is available:')}} v{{ $newVersion }}
{!!__('Note: Turn off Nodejs before continuing with the update, after the update is complete you can turn it back on')!!} @if($whatsNew)
{!! $whatsNew !!} @endif
@csrf @if($serverProtocol == 'https')
{!!__('You are using SSL in the server.js file, but don\'t worry, Smart Update will update and run your site with SSL, just click update')!!}
@if($updateSSL) @endif
@endif @if($before) @endif @if($after) @endif
@else
{{__('You are using the latest version.')}}
@endif