Fixed Header Table
--}}| Sr No. | Name | Mobile Number | Status | Action | |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $branch_hr->name }} | {{ $branch_hr->email }} | {{ $branch_hr->mobile_number }} | {{ ($branch_hr->status == 1)?"Active":"Inactive" }} | |
| No data available | |||||
| Sr No. | Name | Mobile Number | Status | Action | |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $branch_hr->name }} | {{ $branch_hr->email }} | {{ $branch_hr->mobile_number }} | {{ ($branch_hr->status == 1)?"Active":"Inactive" }} | |
| No data available | |||||