@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

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) @endif @if ($view == 1) {{--
Employee Assigned Locations Status Action
--}} @if($EmployeeLocationCount > 0)



@csrf
@endif @endif
@if ($edit == 1) @endif @include('partials/footer')