@extends('layouts.main') @section('title') {{ __('System Update') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ csrf_field() }}
{{-- Purchase code --}}
{{-- Upload zip file --}}
{{-- Submit --}}
@if(system_setting('system_version') == "1.2.3")

Note :- As part of our system update to version 1.2.3, we have migrated old packages to our new package system. Please note that old packages are currently disabled, and now only active packages will be available for subscription. However, users will still be able to view all previously subscribed packages, even if they are inactive.

@endif
@endsection @section('script') @endsection