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

All Inventory Source Destination Types

@php $InventorySourceDestinationType = explode(',', $rights->inventory_source_destination_type); $add = $InventorySourceDestinationType[0]; $view = $InventorySourceDestinationType[1]; $edit = $InventorySourceDestinationType[2]; $updateStatus = $InventorySourceDestinationType[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Details Type Third Party Status Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')