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

How much do I save by extending now?

@endif @endif