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