@php // Using Carbon to parse server times and convert to milliseconds use Carbon\Carbon; $start = Carbon::parse(config('sale.start'))->timestamp * 1000; $end = Carbon::parse(config('sale.end'))->timestamp * 1000; $nowMs = Carbon::now()->timestamp * 1000; @endphp
Black Friday Sale is Live Now | Ends in
Black Friday Sale is Live Now | Ends in