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