@extends('admin.layouts.app') @push('style-push') @endpush @section('main_content')

{{translate($title)}}

{{translate('Be Aware !!! Before upgrade')}}

  • You must take backup from your server (files & database)
  • Make Sure You have stable internet connection
  • Do not close the tab while the process is running
  • Please make sure,Your server php"Upload max filesize"Value is grater or equal to 40MB.Current value is : {{ini_get('upload_max_filesize')}}
  • Please make sure,Your server php"Post max size"Value is grater or equal to 40MB.Current value is: {{ini_get('post_max_size')}}

{{translate("Insert or update addons")}}

@csrf
@endsection @push('script-push') @endpush