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

All Item Rates

@php $Itemrates = explode(',', $rights->item_rates); $add = $Itemrates[0]; $view = $Itemrates[1]; $edit = $Itemrates[2]; $updateStatus = $Itemrates[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Item Details Unit Cost Billed Amount Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')