Search Result By State|Regions|City OR Pump Name
{!! Form::open(['action' => 'MultiLoginController@search', 'method' => 'POST', 'class' => 'form-horizontal','data-parsley-validate','enctype'=>'multipart/form-data']) !!}| Sr. No. | User Name | User Id | Designation | @if($userTypeId == 12 || $userTypeId == 13)Current Status | @endifAction | |
|---|---|---|---|---|---|---|
| {{$key+1}} | {{$row->employeeName}} | {{$row->username}} | {{$row->designName}} | @if($userTypeId == 12)@if($row->empId == $empShiftMgrId) On Shift @else Not On Shift @endif | @endif @if($userTypeId == 13)@if($row->status == 1) On Shift @else Not On Shift @endif | @endifLogin |
| Records not found... | ||||||