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