@php $response = Http::post('https://products.razinsoft.com/fetch-update/' . config('installer.productId'), [ 'key' => Abedin\Maker\Lib\Traits\ManagerTrait::getPurchaseKey(), ]); $data = $response->json()['data']; $logPath = storage_path('change.json'); $logs = []; if (file_exists($logPath)) { $logContent = file_get_contents($logPath); $logs = json_decode($logContent, true); } @endphp
@if ($data['is_expired'])

Your support expired on {{ $data['expired_at'] }}.

{{ $data['diff'] }} Ago

Support Expired

Renew support to get help from the Author for 6 months.

@endif @if ($data['version'] && $data['version'] > config('app.version'))

Important Notes

1. Do not click "Update Now" if the application is customized. Your changes will be lost.
2. Take a backup of files and database before updating.
@endif
@if ($data['version'] && $data['version'] > config('app.version'))

New Update Available

Update Now

Note * You will be logged out after the update. Log in again to use the application.

@else

Your app is running the latest version

@endif

Update Summary

@forelse ($logs as $log)

Version: {{ $log['version'] }} (Release date: {{ $log['date'] }})

    @foreach ($log['notes'] as $note)
  • {{ $note }}
  • @endforeach
@empty @endforelse