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

Employee Medical License Setup

@php $empMedicalLicense = explode(',', $rights->employee_medical_license_setup); $add = $empMedicalLicense[0]; $view = $empMedicalLicense[1]; $edit = $empMedicalLicense[2]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1) @if($EmployeeMedicalLicenseCount > 0)

@csrf
@endif @endif
@include('partials/footer')