@php use App\Helpers\MyHelper; $userRole = auth()->user()->roles[0]->id; $page_name = 'Party Wise Data'; $totalAmount = $total['Amount'] ?? 0; @endphp @php $userRole = auth()->user()->roles[0]->id; $ledger = auth()->user()->getLedger(); $group_id = 0; if($ledger){ $group_id = $ledger->group_id; } @endphp @php $segments = request()->segments(); $shift_id = $segments[1] ?? null; $shift_date = $segments[3] ?? null; $activeTab = $segments[4] ?? 'today-prediction'; @endphp @include('partial.header') @include('partial.loader')

{{ $number }}|PREDICTION

@foreach ($transactions['newData'] as $index => $txn)
T-Sale : {{ MyHelper::customRound($txn['overAllSale']) }}
{{ MyHelper::customRound($txn['Amount1']) }} /-

@endforeach
@if($activeTab == 'today-prediction')
DECLARE RESULT

CLICK HERE TO DECLARE RESULT

@else @endif
@include('partial.footer')