Worker Activity ( Howrah Municipal Corp. )
{{ $totalActivity }}
Total Activity
{{ $todayActivity }}
Today Activity
Activity List
| SL No. | Date | VAT/GVP Assigned | VAT/GVP Visited | Block Supervisor Name | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $date }} |
@php
$gvpId = GvpWorkerPivotTable::where('workerMasterId',$activities->first()->workerId)->select('gvpMasterId')->get();
$assignGvpList = GVPMaster::whereIn('id',$gvpId)->get();
@endphp
|
|
{{ $activities->first()->workerName }} |