@php $future_timestamp = strtotime("+1 month"); $date = date('Y-m-d', $future_timestamp); @endphp