@extends('hr_main') @section('title', '| Device List') @section('content') @include('successMsg')
| SL# | Device Serial Number | Branch | User Name | Organization User ID |
|---|---|---|---|---|
| {{ ++$serial_num }} | {{ $deviceSerialNo }} | {{ str_pad($attUserInfosItem->branchCode, 3, 0, STR_PAD_LEFT).' - '.$attUserInfosItem->branchName }} | {{ $attUserInfosItem->userName }} | {{ $attUserInfosItem->userId }} | No Result Found | @endif