@if ($fetchSetting?->purchase_code && $fetchSetting?->supported_until) @if (\Carbon\Carbon::parse($fetchSetting->supported_until)->isPast())
Renew support now @elseif(str_contains('UniversalBundle',$module)) @if ((int)now()->diffInDays(\Carbon\Carbon::parse($fetchSetting->supported_until)) < 60) Extend Support @endif @endif @endif @if($plugins->where('envato_id', $envatoId)->pluck('version')->first() > \Illuminate\Support\Facades\File::get($module->getPath() . '/version.txt')) @lang('app.update') @endif