@php
$current_date = strtotime(date("Y-m-d H:i:s", strtotime('-24 hours', time())));
$date = strtotime($result->give_support_update_access_date);
@endphp
@php
$current_date = strtotime(date("Y-m-d H:i:s", strtotime('-24 hours', time())));
$date = strtotime($result->give_potential_update_access_date);
@endphp
@endif