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

All Procedure Codings

@php $procedure_codingSetup = explode(',', $rights->procedure_coding); $view = $procedure_codingSetup[0]; $edit = $procedure_codingSetup[1]; $updateStatus = $procedure_codingSetup[2]; @endphp
@if ($view == 1)
Service Medical Codes Action
@endif
@if ($edit == 1) @endif @include('partials/footer')