@php $supportDate = \Carbon\Carbon::parse($fetchSetting->supported_until) @endphp @if ($supportDate->isPast()) Your support has been expired on {{ $supportDate->translatedFormat('d M, Y') }}
@else Your support will expire on {{ $supportDate->translatedFormat('d M, Y') }} @if($supportDate->diffInDays() < 90)

How much do I save by extending now?

@endif @endif