@if ($fetchSetting?->purchase_code && $fetchSetting?->supported_until) @if (\Carbon\Carbon::parse($fetchSetting->supported_until)->isPast()) Renew support now {{-- Show only for universal Bundle --}} @elseif(str_contains('UniversalBundle',$module)) @if (\Carbon\Carbon::parse($fetchSetting->supported_until)->diffInDays() < 60) Extend Support @endif @endif @endif @if($plugins->where('envato_id', config(strtolower($module) . '.envato_item_id'))->pluck('version')->first() > \Illuminate\Support\Facades\File::get($module->getPath() . '/version.txt')) @endif