@php $page_name = 'Live Prediction'; @endphp @include('partial.header') @php $currentDateTime = new DateTime(); $nineThirty = new DateTime('10:55'); // If the current time is less than 9:30 AM, subtract one day if ($currentDateTime < $nineThirty) { $dateToShow = $currentDateTime->modify('-1 day')->format('Y-m-d'); } else { $dateToShow = $currentDateTime->format('Y-m-d'); } @endphp
@include('partial.navigation')
Live Prediction
Shift Date
Result
30 Days
Number Sale Amount
Number: 96 | Loss: 0
Sr Party Sale P & L
Jantri
Agent Groups
Number
Date Result Action Action
@include('partial.footer')