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

All Medical Codes

@php $ICDCodeSetup = explode(',', $rights->medical_coding); $add = $ICDCodeSetup[0]; $view = $ICDCodeSetup[1]; $edit = $ICDCodeSetup[2]; $updateStatus = $ICDCodeSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Medical Code Description Code Type Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')