Skip to content

Commit

Permalink
update expiration date of promo
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Nov 19, 2023
1 parent c3dad87 commit bd7cb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/front/pages/products/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<div class="mt-2">
@php
$expirationDate = \Carbon\Carbon::createFromFormat('Y-m-d H:i', '2022-11-28 23:59' );
$expirationDate = \Carbon\Carbon::createFromFormat('Y-m-d H:i', '2023-11-26 23:59' );
@endphp

Expand Down

0 comments on commit bd7cb38

Please sign in to comment.