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

All Genders

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