@extends('layouts.app') @section('title','Genders') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('genders-create', $authRolePermissions)) @endif
@include('genders.table')
@endsection