@php $userRole = auth()->user()->roles[0]->id; $page_name = 'Dashboard'; @endphp @include('partial.header') @php $box_1 = 'primary'; $box_2 = 'blue'; $box_3 = 'red'; $box_4 = 'yellow'; $box_5 = 'secondary'; $box_0 = 'green'; $count = 1; @endphp
@include('partial.navigation')
MESSAGE / सन्देश JAI SHRI RAM JAI JAI RAM SHRI RAM JAI RAM JAI JAI RAM
@if (session('message'))
{{ session('message') }}
@endif
@if ($shifts) @foreach ($shifts as $val) @if ($val['declare_number'] && $val['shift_date']==$date)
{{ $val['shift_name'] }}
DATE : {{ date('d/m/Y', strtotime($val['shift_date'])) }}
RESULT :{{ $val['declare_number'] }}
@else
{{ $val['shift_name'] }}
SALE
{{ round($shiftTotalData[$val['id']]) ?? 0 }}
COLL
{{ $shiftTotalSale[$val['id']] ?? 0 }}
@endif @php $count++; @endphp @endforeach @endif
@if($group_id == 0)
@foreach($redeclaredShifts as $index => $shift) @endforeach
SR DECLARE NEEDED SHIFT-DATE UPDATE-BY UPDATE-TIME ACTION
{{ $index + 1 }} {{ $shift->shift_name }} {{ $shift->shift_date }} {{ $shift->updated_by }} {{ \Carbon\Carbon::parse($shift->update_time)->format('Y-m-d H:i:s') }} Re-Declare
SR Un-VERIFY SHIFT UPDATE-BY UPDATE-TIME ACTION
@endif
@if($group_id == 0)
@if ($ledgers->isNotEmpty()) @php $k = 1 @endphp @foreach ($ledgers as $val) @endforeach @endif
SR NEW LEDGER ADD-BY
{{$k++}} {{$val->name}}
{{ $val->user?->name}}
{{date('d-m-Y H:i', strtotime($val->created_at))}}
@endif
@include('partial.footer')