All Medication Routes
@php
$MedicationRoutes = explode(',', $rights->medication_routes);
$add = $MedicationRoutes[0];
$view = $MedicationRoutes[1];
$edit = $MedicationRoutes[2];
$updateStatus = $MedicationRoutes[3];
@endphp
@if ($add == 1)
@endif
@if ($add == 1)
@endif
@if ($view == 1)
|
ID |
Medication Route |
Status |
Action |
@endif