@extends('layouts.app') @section('page-header') @endsection @section('content')

{{ config('app.name') }} {{ __('Software Upgrade') }}

@csrf
Current Installed Software Version: {{ $current_version }}
@if ($latest_version['status'])
New {{ $latest_version['version'] }} Version is available for download.
Warning! Always backup your database and script files before any upgrade.
{{ config('app.name') }} was successfully updated to the latest version!
@else
You have the latest version installed!
@endif
@endsection @section('js') @endsection