@extends('panel.layout.app')
@section('title', __('Update'))
@section('titlebar_actions', '')
@section('content')
@if ($app_is_not_demo)
{{ __('A newer version of') }} {{ $setting->site_name }}
{{ __('is available.') }}
{{ $setting->script_version }}
{{ __('Update Now') }}
@endif
{{ $setting->site_name }} {{ __('is up to date') }}
{{ __('Change-log') }}
@endsection
@push('script')
@endpush