芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/Modules/Upgrader/Resources/views/update.blade.php
@extends('admin.layouts.master') @section('title', __('System Update')) @section('head_style')
@endsection @section('page_content')
{{ __('Update your system') }}
{{ __('Current verion') }} :
{{ $applicationVersion }}
{{ __('Make sure your server has matched with all requirements.') }}
{{ __('Check Here') }}
{{ __('Download latest version Paymoney from codecanyon.') }}
{{ __('Click here') }}
{{ __('Extract downloaded zip. You will find updates.zip file in those extraced files.') }}
{{ __('Upload that zip file here and click update now.') }}
{{ __('If you are using any addon make sure to update those addons after system updated.') }}
{{ __('A successful update will lose custom works.') }}
{{ __('Before performing an update, it is strongly recommended to create a full backup of your current installation (files and database) and review the changelog') }}
{{ __('See backup documentation') }}
@csrf
{{ __('Envato Username') }}
{{ __('Purchase code') }}
{{ __('Upload Zip File') }}
{{ __('Cancel') }}
{{ __('Upload Now') }}
@endsection @push('extra_body_scripts') @endpush