@extends('layouts.app') @section('title','Category List') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('library-category-create', $authRolePermissions)) Add New @endif
@include('library-setting.genres.table')
@endsection