Reporting Details ( Howrah Municipal Corp. )
| SL No. | Date | Block Supervisor Name | VAT/GVP Name | In Time | Out Time | In and out Latitude | In and out Longitude | Status | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $data->currentDate }} | {{ $data->worker->name }} | IN :{{ $data->gvpInMaster->gvpName }} @if (!empty($data->gvpOutMaster)) OUT :{{ $data->gvpOutMaster->gvpName }} @endif | {{ $data->inTime }} | {{ $data->outTime }} | IN : {{ $data->workerLatIn }} OUT : {{ $data->workerLatOut }} | IN : {{ $data->workerLongIn }} OUT : {{ $data->workerLongOut }} | @if($data->status == 'halfDayPresent')Partly Reported | @endif @if($data->status == 'fullDayPresent')Reported as per Scheduled | @endif