Skip to content

Commit

Permalink
Update Black Friday sale end date
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Nov 13, 2023
1 parent 75e727b commit 6d16b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/front/pages/home/partials/banner.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="my-8">
@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-27 23:59');
@endphp

<a href="{{ route('products.index') }}"
Expand Down

0 comments on commit 6d16b76

Please sign in to comment.