All Employee Inventory Locations
@php
$empLocationAllocation = explode(',', $rights->employee_inventory_location_allocation);
$add = $empLocationAllocation[0];
$view = $empLocationAllocation[1];
$edit = $empLocationAllocation[2];
$updateStatus = $empLocationAllocation[3];
@endphp
@if ($add == 1)
@endif
@if ($add == 1)
| Select |
Inventory Location |
@endif
@if ($view == 1)
{{--
|
Employee |
Assigned Locations |
Status |
Action |
--}}
@if($EmployeeLocationCount > 0)
Select an employee to view assigned Locations.
@endif
@endif